Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Feb 17, 2025
1 parent acd824c commit ad025bc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ newrelic==10.6.0
# via edx-django-utils
pbr==6.1.1
# via stevedore
psutil==6.1.1
psutil==7.0.0
# via edx-django-utils
pycparser==2.22
# via cffi
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ pluggy==1.5.0
# diff-cover
# pytest
# tox
psutil==6.1.1
psutil==7.0.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
psutil==6.1.1
psutil==7.0.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -305,7 +305,7 @@ uvicorn==0.34.0
# via sphinx-autobuild
watchfiles==1.0.4
# via sphinx-autobuild
websockets==14.2
websockets==15.0
# via sphinx-autobuild
zipp==3.21.0
# via importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
psutil==6.1.1
psutil==7.0.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pbr==6.1.1
# stevedore
pluggy==1.5.0
# via pytest
psutil==6.1.1
psutil==7.0.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down

0 comments on commit ad025bc

Please sign in to comment.