Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #470

Merged
merged 1 commit into from
Feb 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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