Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Nov 11, 2024
1 parent b3ee594 commit 91f6885
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ newrelic==10.2.0
# edx-django-utils
openedx-events==9.15.0
# via -r requirements/quality.txt
packaging==24.1
packaging==24.2
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -303,7 +303,7 @@ virtualenv==20.27.1
# tox
walrus==0.9.4
# via -r requirements/quality.txt
wheel==0.44.0
wheel==0.45.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ nh3==0.2.18
# via readme-renderer
openedx-events==9.15.0
# via -r requirements/test.txt
packaging==24.1
packaging==24.2
# via
# -r requirements/test.txt
# build
Expand Down Expand Up @@ -282,5 +282,5 @@ urllib3==2.2.3
# twine
walrus==0.9.4
# via -r requirements/test.txt
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
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ newrelic==10.2.0
# edx-django-utils
openedx-events==9.15.0
# via -r requirements/test.txt
packaging==24.1
packaging==24.2
# via
# -r requirements/test.txt
# pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ newrelic==10.2.0
# edx-django-utils
openedx-events==9.15.0
# via -r requirements/base.txt
packaging==24.1
packaging==24.2
# via pytest
pbr==6.1.0
# via
Expand Down

0 comments on commit 91f6885

Please sign in to comment.