Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Dec 3, 2024
1 parent bd018f8 commit 9e3b5a7
Show file tree
Hide file tree
Showing 10 changed files with 104 additions and 104 deletions.
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
amqp==5.3.0
amqp==5.3.1
# via kombu
analytics-python==1.4.post1
# via -r requirements/base.in
Expand Down Expand Up @@ -42,7 +42,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
# social-auth-core
Expand Down Expand Up @@ -97,7 +97,7 @@ django-storages==1.10.1
# -r requirements/base.in
django-user-tasks==3.2.0
# via -r requirements/base.in
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/base.in
# edx-django-utils
Expand All @@ -124,7 +124,7 @@ edx-auth-backends==4.4.0
# via -r requirements/base.in
edx-django-release-util==1.4.0
# via -r requirements/base.in
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via
# edx-drf-extensions
# edx-rest-api-client
Expand Down Expand Up @@ -160,7 +160,7 @@ psutil==6.1.0
# via edx-django-utils
pycparser==2.22
# via cffi
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.1
# via
# drf-jwt
# edx-auth-backends
Expand Down Expand Up @@ -216,9 +216,9 @@ social-auth-core==4.5.4
# via
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.1
sqlparse==0.5.2
# via django
stevedore==5.3.0
stevedore==5.4.0
# via
# edx-django-utils
# edx-opaque-keys
Expand Down
38 changes: 19 additions & 19 deletions requirements/devstack.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ alabaster==1.0.0
# via
# -r requirements/local.txt
# sphinx
amqp==5.3.0
amqp==5.3.1
# via
# -r requirements/local.txt
# kombu
Expand Down Expand Up @@ -45,12 +45,12 @@ billiard==4.2.1
# via
# -r requirements/local.txt
# celery
boto3==1.35.58
boto3==1.35.73
# via
# -c requirements/constraints.txt
# -r requirements/local.txt
# moto
botocore==1.35.58
botocore==1.35.73
# via
# -r requirements/local.txt
# boto3
Expand Down Expand Up @@ -109,7 +109,7 @@ click-repl==0.3.0
# via
# -r requirements/local.txt
# celery
code-annotations==1.8.0
code-annotations==2.0.0
# via
# -c requirements/constraints.txt
# -r requirements/local.txt
Expand All @@ -122,11 +122,11 @@ configobj==5.0.9
# via
# -r requirements/local.txt
# ruamel-yaml-cmd
coverage[toml]==7.6.4
coverage[toml]==7.6.8
# via
# -r requirements/local.txt
# pytest-cov
cryptography==43.0.3
cryptography==44.0.0
# via
# -r requirements/local.txt
# moto
Expand Down Expand Up @@ -202,7 +202,7 @@ django-storages==1.10.1
# -r requirements/local.txt
django-user-tasks==3.2.0
# via -r requirements/local.txt
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/local.txt
# edx-django-utils
Expand Down Expand Up @@ -239,7 +239,7 @@ edx-auth-backends==4.4.0
# via -r requirements/local.txt
edx-django-release-util==1.4.0
# via -r requirements/local.txt
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via
# -r requirements/local.txt
# edx-drf-extensions
Expand All @@ -258,7 +258,7 @@ edx-rest-api-client==6.0.0
# via -r requirements/local.txt
factory-boy==3.3.1
# via -r requirements/local.txt
faker==30.8.2
faker==33.1.0
# via
# -r requirements/local.txt
# factory-boy
Expand Down Expand Up @@ -309,7 +309,7 @@ lxml[html-clean]==5.3.0
# -r requirements/local.txt
# edx-i18n-tools
# lxml-html-clean
lxml-html-clean==0.3.1
lxml-html-clean==0.4.1
# via
# -r requirements/local.txt
# lxml
Expand All @@ -330,9 +330,9 @@ monotonic==1.6
# via
# -r requirements/local.txt
# analytics-python
moto==5.0.20
moto==5.0.22
# via -r requirements/local.txt
mysqlclient==2.2.5
mysqlclient==2.2.6
# via -r requirements/nonlocal.txt
newrelic==5.24.0.153
# via
Expand Down Expand Up @@ -404,15 +404,15 @@ pygments==2.18.0
# accessible-pygments
# pydata-sphinx-theme
# sphinx
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.1
# via
# -r requirements/local.txt
# drf-jwt
# edx-auth-backends
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.3.1
pylint==3.3.2
# via
# -r requirements/local.txt
# edx-lint
Expand Down Expand Up @@ -446,7 +446,7 @@ pyproject-api==1.8.0
# via
# -r requirements/local.txt
# tox
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/local.txt
# pytest-cov
Expand Down Expand Up @@ -532,7 +532,7 @@ ruamel-yaml-convert==0.3.2
# via
# -r requirements/local.txt
# ruamel-yaml-cmd
s3transfer==0.10.3
s3transfer==0.10.4
# via
# -r requirements/local.txt
# boto3
Expand Down Expand Up @@ -597,12 +597,12 @@ sphinxcontrib-serializinghtml==2.0.0
# via
# -r requirements/local.txt
# sphinx
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/local.txt
# django
# django-debug-toolbar
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/local.txt
# code-annotations
Expand Down Expand Up @@ -646,7 +646,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.27.1
virtualenv==20.28.0
# via
# -r requirements/local.txt
# tox
Expand Down
14 changes: 7 additions & 7 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==1.0.0
# via sphinx
amqp==5.3.0
amqp==5.3.1
# via
# -r requirements/base.txt
# kombu
Expand Down Expand Up @@ -71,7 +71,7 @@ click-repl==0.3.0
# via
# -r requirements/base.txt
# celery
cryptography==43.0.3
cryptography==44.0.0
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -130,7 +130,7 @@ django-storages==1.10.1
# -r requirements/base.txt
django-user-tasks==3.2.0
# via -r requirements/base.txt
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -166,7 +166,7 @@ edx-auth-backends==4.4.0
# via -r requirements/base.txt
edx-django-release-util==1.4.0
# via -r requirements/base.txt
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via
# -r requirements/base.txt
# edx-drf-extensions
Expand Down Expand Up @@ -239,7 +239,7 @@ pygments==2.18.0
# accessible-pygments
# pydata-sphinx-theme
# sphinx
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.1
# via
# -r requirements/base.txt
# drf-jwt
Expand Down Expand Up @@ -335,11 +335,11 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/base.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down
Loading

0 comments on commit 9e3b5a7

Please sign in to comment.