Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jun 20, 2024
1 parent bf60552 commit 0800c56
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ coverage==7.5.3
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
filelock==3.14.0
filelock==3.15.1
# via
# tox
# virtualenv
packaging==24.0
packaging==24.1
# 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 @@ -106,7 +106,7 @@ execnet==2.1.1
# via
# -r requirements/doc.txt
# pytest-xdist
filelock==3.14.0
filelock==3.15.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -160,7 +160,7 @@ nh3==0.2.17
# via
# -r requirements/doc.txt
# readme-renderer
packaging==24.0
packaging==24.1
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ mypy-extensions==1.0.0
# via
# -r requirements/test.txt
# mypy
packaging==24.0
packaging==24.1
# via
# -r requirements/test.txt
# pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ mypy-extensions==1.0.0
# mypy
nh3==0.2.17
# via readme-renderer
packaging==24.0
packaging==24.1
# via
# -r requirements/test.txt
# pydata-sphinx-theme
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.7
# via pip-tools
importlib-metadata==7.1.0
# via build
packaging==24.0
packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ mypy==1.10.0
# via -r requirements/test.in
mypy-extensions==1.0.0
# via mypy
packaging==24.0
packaging==24.1
# via pytest
pbr==6.0.0
# via
Expand Down

0 comments on commit 0800c56

Please sign in to comment.