Skip to content

Commit

Permalink
Merge pull request #63 from edx/repo-tools/upgrade-python-requirement…
Browse files Browse the repository at this point in the history
…s-56360a4

chore: Upgrade Python requirements
  • Loading branch information
mumarkhan999 authored Nov 1, 2024
2 parents f553e7d + 2de4cd7 commit a10a269
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 28 deletions.
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.2.1
build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand All @@ -18,9 +18,9 @@ click==8.1.7
# pip-tools
colorama==0.4.6
# via tox
distlib==0.3.8
distlib==0.3.9
# via virtualenv
filelock==3.15.4
filelock==3.16.1
# via
# tox
# virtualenv
Expand All @@ -40,7 +40,7 @@ pexpect==4.9.0
# via -r requirements/test.txt
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.2.2
platformdirs==4.3.6
# via
# tox
# virtualenv
Expand All @@ -53,22 +53,22 @@ ptyprocess==0.7.0
# via
# -r requirements/test.txt
# pexpect
pyproject-api==1.7.1
pyproject-api==1.8.0
# via tox
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.3.2
pytest==8.3.3
# via -r requirements/test.txt
pyyaml==6.0.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
tox==4.18.0
tox==4.23.2
# via -r requirements/dev.in
virtualenv==20.26.3
virtualenv==20.27.1
# via tox
wheel==0.44.0
# via
Expand Down
26 changes: 12 additions & 14 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,36 +14,34 @@ babel==2.16.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2024.7.4
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
doc8==1.1.1
doc8==1.1.2
# via -r requirements/doc.in
docutils==0.20.1
docutils==0.21.2
# via
# doc8
# pydata-sphinx-theme
# readme-renderer
# restructuredtext-lint
# sphinx
idna==3.7
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.4
# via sphinx
markupsafe==2.1.5
markupsafe==3.0.2
# via jinja2
nh3==0.2.18
# via readme-renderer
packaging==24.1
# via
# pydata-sphinx-theme
# sphinx
pbr==6.0.0
# via sphinx
pbr==6.1.0
# via stevedore
pydata-sphinx-theme==0.15.4
pydata-sphinx-theme==0.16.0
# via sphinx-book-theme
pygments==2.18.0
# via
Expand All @@ -54,7 +52,7 @@ pygments==2.18.0
# sphinx
pyyaml==6.0.2
# via -r requirements/base.txt
readme-renderer==43.0
readme-renderer==44.0
# via -r requirements/doc.in
requests==2.32.3
# via sphinx
Expand All @@ -64,7 +62,7 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.6
# via beautifulsoup4
sphinx==8.0.2
sphinx==8.1.3
# via
# -r requirements/doc.in
# pydata-sphinx-theme
Expand All @@ -87,5 +85,5 @@ stevedore==5.3.0
# via doc8
typing-extensions==4.12.2
# via pydata-sphinx-theme
urllib3==2.2.2
urllib3==2.2.3
# via requests
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
build==1.2.1
build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ wheel==0.44.0

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==73.0.1
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.3.0
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pluggy==1.5.0
# via pytest
ptyprocess==0.7.0
# via pexpect
pytest==8.3.2
pytest==8.3.3
# via -r requirements/test.in
pyyaml==6.0.2
# via -r requirements/base.txt

0 comments on commit a10a269

Please sign in to comment.