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 #279

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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
cryptography==44.0.0
cryptography==44.0.1
# via pyjwt
django==4.2.19
# via
Expand Down Expand Up @@ -78,15 +78,15 @@ pbr==6.1.1
# via stevedore
prompt-toolkit==3.0.50
# via click-repl
psutil==6.1.1
psutil==7.0.0
# via edx-django-utils
pycparser==2.22
# via cffi
pyjwt[crypto]==2.10.1
# via
# drf-jwt
# edx-drf-extensions
pymongo==4.11
pymongo==4.11.1
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ typing-extensions==4.12.2
# via
# grimp
# import-linter
virtualenv==20.29.1
virtualenv==20.29.2
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.11
coverage[toml]==7.6.12
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==44.0.0
cryptography==44.0.1
# via
# -r requirements/quality.txt
# pyjwt
Expand Down Expand Up @@ -250,7 +250,7 @@ kombu==5.4.2
# via
# -r requirements/quality.txt
# celery
lxml[html-clean,html_clean]==5.3.0
lxml[html-clean,html_clean]==5.3.1
# via
# edx-i18n-tools
# lxml-html-clean
Expand Down Expand Up @@ -333,7 +333,7 @@ prompt-toolkit==3.0.50
# via
# -r requirements/quality.txt
# click-repl
psutil==6.1.1
psutil==7.0.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -376,7 +376,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pymongo==4.11
pymongo==4.11.1
# via
# -r requirements/quality.txt
# edx-opaque-keys
Expand All @@ -400,7 +400,7 @@ pytest==8.3.4
# pytest-django
pytest-cov==6.0.0
# via -r requirements/quality.txt
pytest-django==4.9.0
pytest-django==4.10.0
# via -r requirements/quality.txt
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -520,7 +520,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.29.1
virtualenv==20.29.2
# via
# -r requirements/ci.txt
# tox
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ click-repl==0.3.0
# celery
code-annotations==2.2.0
# via -r requirements/test.txt
coverage[toml]==7.6.11
coverage[toml]==7.6.12
# via
# -r requirements/test.txt
# pytest-cov
cryptography==44.0.0
cryptography==44.0.1
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -211,7 +211,7 @@ prompt-toolkit==3.0.50
# via
# -r requirements/test.txt
# click-repl
psutil==6.1.1
psutil==7.0.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -233,7 +233,7 @@ pyjwt[crypto]==2.10.1
# -r requirements/test.txt
# drf-jwt
# edx-drf-extensions
pymongo==4.11
pymongo==4.11.1
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand All @@ -248,7 +248,7 @@ pytest==8.3.4
# pytest-django
pytest-cov==6.0.0
# via -r requirements/test.txt
pytest-django==4.9.0
pytest-django==4.10.0
# via -r requirements/test.txt
python-dateutil==2.9.0.post0
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ code-annotations==2.2.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.11
coverage[toml]==7.6.12
# via
# -r requirements/test.txt
# pytest-cov
cryptography==44.0.0
cryptography==44.0.1
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -237,7 +237,7 @@ prompt-toolkit==3.0.50
# via
# -r requirements/test.txt
# click-repl
psutil==6.1.1
psutil==7.0.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -272,7 +272,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pymongo==4.11
pymongo==4.11.1
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand All @@ -287,7 +287,7 @@ pytest==8.3.4
# pytest-django
pytest-cov==6.0.0
# via -r requirements/test.txt
pytest-django==4.9.0
pytest-django==4.10.0
# via -r requirements/test.txt
python-dateutil==2.9.0.post0
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ click-repl==0.3.0
# celery
code-annotations==2.2.0
# via -r requirements/test.in
coverage[toml]==7.6.11
coverage[toml]==7.6.12
# via
# -r requirements/test.in
# pytest-cov
cryptography==44.0.0
cryptography==44.0.1
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -166,7 +166,7 @@ prompt-toolkit==3.0.50
# via
# -r requirements/base.txt
# click-repl
psutil==6.1.1
psutil==7.0.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -179,7 +179,7 @@ pyjwt[crypto]==2.10.1
# -r requirements/base.txt
# drf-jwt
# edx-drf-extensions
pymongo==4.11
pymongo==4.11.1
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand All @@ -194,7 +194,7 @@ pytest==8.3.4
# pytest-django
pytest-cov==6.0.0
# via -r requirements/test.in
pytest-django==4.9.0
pytest-django==4.10.0
# via -r requirements/test.in
python-dateutil==2.9.0.post0
# via
Expand Down