Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Nov 11, 2024
1 parent 3b88b3d commit fecafad
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 @@ -18,7 +18,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 @@ -106,7 +106,7 @@ filelock==3.16.1
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.116.0
hypothesis==6.118.7
# via -r requirements/doc.txt
idna==3.10
# via
Expand Down Expand Up @@ -149,7 +149,7 @@ nh3==0.2.18
# via
# -r requirements/doc.txt
# readme-renderer
packaging==24.1
packaging==24.2
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
Expand Down Expand Up @@ -319,7 +319,7 @@ 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
Expand Down
4 changes: 2 additions & 2 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.116.0
hypothesis==6.118.7
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -77,7 +77,7 @@ mypy-extensions==1.0.0
# via
# -r requirements/test.txt
# mypy
packaging==24.1
packaging==24.2
# via
# -r requirements/test.txt
# pytest
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.116.0
hypothesis==6.118.7
# via -r requirements/test.txt
idna==3.10
# via requests
Expand Down Expand Up @@ -103,7 +103,7 @@ mypy-extensions==1.0.0
# mypy
nh3==0.2.18
# via readme-renderer
packaging==24.1
packaging==24.2
# via
# -r requirements/test.txt
# pytest
Expand Down
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/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ edx-lint==5.4.1
# via -r requirements/test.in
execnet==2.1.1
# via pytest-xdist
hypothesis==6.116.0
hypothesis==6.118.7
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand All @@ -53,7 +53,7 @@ mypy==1.13.0
# via -r requirements/test.in
mypy-extensions==1.0.0
# via mypy
packaging==24.1
packaging==24.2
# via pytest
pbr==6.1.0
# via
Expand Down

0 comments on commit fecafad

Please sign in to comment.