Skip to content

Commit

Permalink
Merge pull request #417 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-b5b7d68

chore: Upgrade Python requirements
  • Loading branch information
felipemontoya authored Nov 11, 2024
2 parents b5b7d68 + 24ce13f commit da7f778
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
packaging==24.2
# via
# pyproject-api
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ nh3==0.2.18
# via
# -r requirements/quality.txt
# readme-renderer
packaging==24.1
packaging==24.2
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -377,15 +377,15 @@ virtualenv==20.27.1
# via
# -r requirements/ci.txt
# tox
wheel==0.44.0
wheel==0.45.0
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.16.0
# via
# -r requirements/quality.txt
# astroid
zipp==3.20.2
zipp==3.21.0
# via
# -r requirements/quality.txt
# importlib-metadata
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ newrelic==10.2.0
# edx-django-utils
nh3==0.2.18
# via readme-renderer
packaging==24.1
packaging==24.2
# via
# -r requirements/test.txt
# build
Expand Down Expand Up @@ -296,7 +296,7 @@ uvicorn==0.32.0
# via sphinx-autobuild
watchfiles==0.24.0
# via sphinx-autobuild
websockets==13.1
websockets==14.0
# via sphinx-autobuild
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
packaging==24.1
packaging==24.2
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.44.0
wheel==0.45.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.44.0
wheel==0.45.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ newrelic==10.2.0
# edx-django-utils
nh3==0.2.18
# via readme-renderer
packaging==24.1
packaging==24.2
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -254,5 +254,5 @@ urllib3==2.2.3
# twine
wrapt==1.16.0
# via astroid
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ newrelic==10.2.0
# via
# -r requirements/base.txt
# edx-django-utils
packaging==24.1
packaging==24.2
# via pytest
pbr==6.1.0
# via
Expand Down

0 comments on commit da7f778

Please sign in to comment.