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

Merged
merged 1 commit into from
Dec 2, 2024
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==43.0.3
cryptography==44.0.0
# via pyjwt
django==4.2.16
# via
Expand Down Expand Up @@ -72,7 +72,7 @@ idna==3.10
# via requests
kombu==5.4.2
# via celery
newrelic==10.3.0
newrelic==10.3.1
# via edx-django-utils
pbr==6.1.0
# via stevedore
Expand All @@ -82,7 +82,7 @@ psutil==6.1.0
# via edx-django-utils
pycparser==2.22
# via cffi
pyjwt[crypto]==2.10.0
pyjwt[crypto]==2.10.1
# via
# drf-jwt
# edx-drf-extensions
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.27.1
virtualenv==20.28.0
# via tox
22 changes: 11 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ click-repl==0.3.0
# via
# -r requirements/quality.txt
# celery
code-annotations==1.8.2
code-annotations==2.0.0
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -99,7 +99,7 @@ coverage[toml]==7.6.8
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==43.0.3
cryptography==44.0.0
# via
# -r requirements/quality.txt
# pyjwt
Expand Down Expand Up @@ -208,7 +208,6 @@ importlib-metadata==8.5.0
# via
# -r requirements/quality.txt
# keyring
# twine
iniconfig==2.0.0
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -284,11 +283,11 @@ mypy-extensions==1.0.0
# mypy
mysqlclient==2.2.6
# via -r requirements/quality.txt
newrelic==10.3.0
newrelic==10.3.1
# via
# -r requirements/quality.txt
# edx-django-utils
nh3==0.2.18
nh3==0.2.19
# via
# -r requirements/quality.txt
# readme-renderer
Expand All @@ -301,6 +300,7 @@ packaging==24.2
# pyproject-api
# pytest
# tox
# twine
path==16.16.0
# via edx-i18n-tools
pbr==6.1.0
Expand All @@ -309,7 +309,7 @@ pbr==6.1.0
# stevedore
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
pkginfo==1.10.0
pkginfo==1.11.2
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -351,12 +351,12 @@ pygments==2.18.0
# diff-cover
# readme-renderer
# rich
pyjwt[crypto]==2.10.0
pyjwt[crypto]==2.10.1
# via
# -r requirements/quality.txt
# drf-jwt
# edx-drf-extensions
pylint==3.3.1
pylint==3.3.2
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -393,7 +393,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -479,7 +479,7 @@ tomlkit==0.13.2
# pylint
tox==4.23.2
# via -r requirements/ci.txt
twine==5.1.1
twine==6.0.1
# via -r requirements/quality.txt
types-pyyaml==6.0.12.20240917
# via
Expand Down Expand Up @@ -518,7 +518,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.27.1
virtualenv==20.28.0
# via
# -r requirements/ci.txt
# tox
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ click-repl==0.3.0
# via
# -r requirements/test.txt
# celery
code-annotations==1.8.2
code-annotations==2.0.0
# via -r requirements/test.txt
coverage[toml]==7.6.8
# via
# -r requirements/test.txt
# pytest-cov
cryptography==43.0.3
cryptography==44.0.0
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -186,11 +186,11 @@ mypy-extensions==1.0.0
# mypy
mysqlclient==2.2.6
# via -r requirements/test.txt
newrelic==10.3.0
newrelic==10.3.1
# via
# -r requirements/test.txt
# edx-django-utils
nh3==0.2.18
nh3==0.2.19
# via readme-renderer
packaging==24.2
# via
Expand Down Expand Up @@ -228,7 +228,7 @@ pygments==2.18.0
# pydata-sphinx-theme
# readme-renderer
# sphinx
pyjwt[crypto]==2.10.0
pyjwt[crypto]==2.10.1
# via
# -r requirements/test.txt
# drf-jwt
Expand All @@ -241,7 +241,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
23 changes: 11 additions & 12 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ click-repl==0.3.0
# via
# -r requirements/test.txt
# celery
code-annotations==1.8.2
code-annotations==2.0.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.8
# via
# -r requirements/test.txt
# pytest-cov
cryptography==43.0.3
cryptography==44.0.0
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -157,9 +157,7 @@ idna==3.10
import-linter==2.1
# via -r requirements/test.txt
importlib-metadata==8.5.0
# via
# keyring
# twine
# via keyring
iniconfig==2.0.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -212,21 +210,22 @@ mypy-extensions==1.0.0
# mypy
mysqlclient==2.2.6
# via -r requirements/test.txt
newrelic==10.3.0
newrelic==10.3.1
# via
# -r requirements/test.txt
# edx-django-utils
nh3==0.2.18
nh3==0.2.19
# via readme-renderer
packaging==24.2
# via
# -r requirements/test.txt
# pytest
# twine
pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
pkginfo==1.10.0
pkginfo==1.11.2
# via twine
platformdirs==4.3.6
# via pylint
Expand Down Expand Up @@ -254,12 +253,12 @@ pygments==2.18.0
# via
# readme-renderer
# rich
pyjwt[crypto]==2.10.0
pyjwt[crypto]==2.10.1
# via
# -r requirements/test.txt
# drf-jwt
# edx-drf-extensions
pylint==3.3.1
pylint==3.3.2
# via
# edx-lint
# pylint-celery
Expand All @@ -281,7 +280,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -350,7 +349,7 @@ text-unidecode==1.3
# python-slugify
tomlkit==0.13.2
# via pylint
twine==5.1.1
twine==6.0.1
# via -r requirements/quality.in
types-pyyaml==6.0.12.20240917
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ click-repl==0.3.0
# via
# -r requirements/base.txt
# celery
code-annotations==1.8.2
code-annotations==2.0.0
# via -r requirements/test.in
coverage[toml]==7.6.8
# via
# -r requirements/test.in
# pytest-cov
cryptography==43.0.3
cryptography==44.0.0
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -150,7 +150,7 @@ mypy-extensions==1.0.0
# via mypy
mysqlclient==2.2.6
# via -r requirements/test.in
newrelic==10.3.0
newrelic==10.3.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -174,7 +174,7 @@ pycparser==2.22
# via
# -r requirements/base.txt
# cffi
pyjwt[crypto]==2.10.0
pyjwt[crypto]==2.10.1
# via
# -r requirements/base.txt
# drf-jwt
Expand All @@ -187,7 +187,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/test.in
# pytest-cov
Expand Down