Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#2640)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Nov 21, 2024
1 parent 5b32c70 commit 1172667
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 51 deletions.
24 changes: 12 additions & 12 deletions requirements/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ bleach==6.2.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
boto3==1.35.59
boto3==1.35.64
# via
# -r requirements/production.txt
# django-ses
botocore==1.35.59
botocore==1.35.64
# via
# -r requirements/production.txt
# boto3
Expand Down Expand Up @@ -86,7 +86,7 @@ click-log==0.4.0
# via
# -r requirements/dev.txt
# edx-lint
code-annotations==1.8.0
code-annotations==1.8.1
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand All @@ -107,7 +107,7 @@ coreschema==0.0.4
# -r requirements/dev.txt
# -r requirements/production.txt
# coreapi
coverage==7.6.4
coverage==7.6.7
# via -r requirements/dev.txt
cryptography==43.0.3
# via
Expand Down Expand Up @@ -238,7 +238,7 @@ django-stubs-ext==5.1.1
# via
# -r requirements/dev.txt
# django-stubs
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -346,7 +346,7 @@ edx-toggles==5.2.0
# edx-event-bus-redis
factory-boy==3.3.1
# via -r requirements/dev.txt
faker==32.1.0
faker==33.0.0
# via
# -r requirements/dev.txt
# factory-boy
Expand Down Expand Up @@ -380,7 +380,7 @@ google-api-core[grpc]==2.23.0
# google-cloud-core
# google-cloud-firestore
# google-cloud-storage
google-api-python-client==2.152.0
google-api-python-client==2.153.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -437,13 +437,13 @@ greenlet==3.1.1
# via
# -r requirements/production.txt
# gevent
grpcio==1.67.1
grpcio==1.68.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
# google-api-core
# grpcio-status
grpcio-status==1.67.1
grpcio-status==1.68.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -528,7 +528,7 @@ mysqlclient==2.2.6
# via
# -r requirements/dev.txt
# -r requirements/production.txt
newrelic==10.2.0
newrelic==10.3.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -641,7 +641,7 @@ pygments==2.18.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -820,7 +820,7 @@ social-auth-core==4.5.4
# -r requirements/production.txt
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down
16 changes: 8 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ click==8.1.7
# via
# code-annotations
# edx-django-utils
code-annotations==1.8.0
code-annotations==1.8.1
# via edx-toggles
coreapi==2.3.3
# via
Expand Down Expand Up @@ -111,7 +111,7 @@ django-statici18n==2.5.0
# via -r requirements/base.in
django-storages==1.14.4
# via -r requirements/base.in
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/base.in
# edx-django-utils
Expand Down Expand Up @@ -189,7 +189,7 @@ google-api-core[grpc]==2.23.0
# google-cloud-core
# google-cloud-firestore
# google-cloud-storage
google-api-python-client==2.152.0
google-api-python-client==2.153.0
# via firebase-admin
google-auth==2.36.0
# via
Expand Down Expand Up @@ -219,11 +219,11 @@ googleapis-common-protos==1.66.0
# via
# google-api-core
# grpcio-status
grpcio==1.67.1
grpcio==1.68.0
# via
# google-api-core
# grpcio-status
grpcio-status==1.67.1
grpcio-status==1.68.0
# via google-api-core
httplib2==0.22.0
# via
Expand Down Expand Up @@ -252,7 +252,7 @@ msgpack==1.1.0
# via cachecontrol
mysqlclient==2.2.6
# via -r requirements/base.in
newrelic==10.2.0
newrelic==10.3.0
# via
# -r requirements/base.in
# edx-django-utils
Expand Down Expand Up @@ -302,7 +302,7 @@ pycparser==2.22
# via cffi
pygments==2.18.0
# via -r requirements/base.in
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.0
# via
# drf-jwt
# edx-auth-backends
Expand Down Expand Up @@ -385,7 +385,7 @@ 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
# via
Expand Down
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.8.0
code-annotations==1.8.1
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -84,7 +84,7 @@ coreschema==0.0.4
# via
# -r requirements/test.txt
# coreapi
coverage==7.6.4
coverage==7.6.7
# via -r requirements/test.txt
cryptography==43.0.3
# via
Expand Down Expand Up @@ -182,7 +182,7 @@ django-stubs==5.1.1
# via -r requirements/dev.in
django-stubs-ext==5.1.1
# via django-stubs
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -260,7 +260,7 @@ edx-toggles==5.2.0
# edx-event-bus-redis
factory-boy==3.3.1
# via -r requirements/test.txt
faker==32.1.0
faker==33.0.0
# via
# -r requirements/test.txt
# factory-boy
Expand All @@ -287,7 +287,7 @@ google-api-core[grpc]==2.23.0
# google-cloud-core
# google-cloud-firestore
# google-cloud-storage
google-api-python-client==2.152.0
google-api-python-client==2.153.0
# via
# -r requirements/test.txt
# firebase-admin
Expand Down Expand Up @@ -331,12 +331,12 @@ googleapis-common-protos==1.66.0
# -r requirements/test.txt
# google-api-core
# grpcio-status
grpcio==1.67.1
grpcio==1.68.0
# via
# -r requirements/test.txt
# google-api-core
# grpcio-status
grpcio-status==1.67.1
grpcio-status==1.68.0
# via
# -r requirements/test.txt
# google-api-core
Expand Down Expand Up @@ -401,7 +401,7 @@ mypy-extensions==1.0.0
# mypy
mysqlclient==2.2.6
# via -r requirements/test.txt
newrelic==10.2.0
newrelic==10.3.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -491,7 +491,7 @@ pycparser==2.22
# cffi
pygments==2.18.0
# via -r requirements/test.txt
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.0
# via
# -r requirements/test.txt
# drf-jwt
Expand Down Expand Up @@ -638,7 +638,7 @@ social-auth-core==4.5.4
# -r requirements/test.txt
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/test.txt
# django
Expand Down
20 changes: 10 additions & 10 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ backoff==2.2.1
# segment-analytics-python
bleach==6.2.0
# via -r requirements/base.txt
boto3==1.35.59
boto3==1.35.64
# via django-ses
botocore==1.35.59
botocore==1.35.64
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -52,7 +52,7 @@ click==8.1.7
# -r requirements/base.txt
# code-annotations
# edx-django-utils
code-annotations==1.8.0
code-annotations==1.8.1
# via
# -r requirements/base.txt
# edx-toggles
Expand Down Expand Up @@ -145,7 +145,7 @@ django-statici18n==2.5.0
# via -r requirements/base.txt
django-storages==1.14.4
# 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 @@ -238,7 +238,7 @@ google-api-core[grpc]==2.23.0
# google-cloud-core
# google-cloud-firestore
# google-cloud-storage
google-api-python-client==2.152.0
google-api-python-client==2.153.0
# via
# -r requirements/base.txt
# firebase-admin
Expand Down Expand Up @@ -284,12 +284,12 @@ googleapis-common-protos==1.66.0
# grpcio-status
greenlet==3.1.1
# via gevent
grpcio==1.67.1
grpcio==1.68.0
# via
# -r requirements/base.txt
# google-api-core
# grpcio-status
grpcio-status==1.67.1
grpcio-status==1.68.0
# via
# -r requirements/base.txt
# google-api-core
Expand Down Expand Up @@ -339,7 +339,7 @@ msgpack==1.1.0
# cachecontrol
mysqlclient==2.2.6
# via -r requirements/base.txt
newrelic==10.2.0
newrelic==10.3.0
# via
# -r requirements/base.txt
# -r requirements/production.in
Expand Down Expand Up @@ -413,7 +413,7 @@ pycparser==2.22
# cffi
pygments==2.18.0
# via -r requirements/base.txt
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.0
# via
# -r requirements/base.txt
# drf-jwt
Expand Down Expand Up @@ -526,7 +526,7 @@ social-auth-core==4.5.4
# -r requirements/base.txt
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/base.txt
# django
Expand Down
Loading

0 comments on commit 1172667

Please sign in to comment.