Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#2647)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Dec 3, 2024
1 parent dc238d3 commit 8afaca7
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 52 deletions.
28 changes: 14 additions & 14 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.69
boto3==1.35.73
# via
# -r requirements/production.txt
# django-ses
botocore==1.35.69
botocore==1.35.73
# via
# -r requirements/production.txt
# boto3
Expand Down Expand Up @@ -109,7 +109,7 @@ coreschema==0.0.4
# coreapi
coverage==7.6.8
# via -r requirements/dev.txt
cryptography==43.0.3
cryptography==44.0.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -214,7 +214,7 @@ django-rest-swagger==2.2.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
django-ses==4.2.0
django-ses==4.3.0
# via -r requirements/production.txt
django-simple-history==3.7.0
# via
Expand All @@ -224,7 +224,7 @@ django-sortedm2m==4.0.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
django-statici18n==2.5.0
django-statici18n==2.6.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -279,7 +279,7 @@ edx-auth-backends==4.4.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
edx-ccx-keys==1.3.0
edx-ccx-keys==2.0.2
# 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==33.0.0
faker==33.1.0
# via
# -r requirements/dev.txt
# factory-boy
Expand Down Expand Up @@ -437,13 +437,13 @@ greenlet==3.1.1
# via
# -r requirements/production.txt
# gevent
grpcio==1.68.0
grpcio==1.68.1
# via
# -r requirements/dev.txt
# -r requirements/production.txt
# google-api-core
# grpcio-status
grpcio-status==1.68.0
grpcio-status==1.68.1
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -607,7 +607,7 @@ proto-plus==1.25.0
# -r requirements/production.txt
# google-api-core
# google-cloud-firestore
protobuf==5.28.3
protobuf==5.29.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.10.0
pyjwt[crypto]==2.10.1
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand All @@ -652,7 +652,7 @@ pyjwt[crypto]==2.10.0
# firebase-admin
# segment-analytics-python
# social-auth-core
pylint==3.3.1
pylint==3.3.2
# via
# -r requirements/dev.txt
# edx-lint
Expand Down Expand Up @@ -695,7 +695,7 @@ pyproject-api==1.8.0
# via
# -r requirements/dev.txt
# tox
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/dev.txt
# pytest-django
Expand Down Expand Up @@ -897,7 +897,7 @@ zope-event==5.0
# via
# -r requirements/production.txt
# gevent
zope-interface==7.1.1
zope-interface==7.2
# via
# -r requirements/production.txt
# gevent
Expand Down
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ coreapi==2.3.3
# openapi-codec
coreschema==0.0.4
# via coreapi
cryptography==43.0.3
cryptography==44.0.0
# via
# pyjwt
# social-auth-core
Expand Down Expand Up @@ -107,7 +107,7 @@ django-simple-history==3.7.0
# via -r requirements/base.in
django-sortedm2m==4.0.0
# via -r requirements/base.in
django-statici18n==2.5.0
django-statici18n==2.6.0
# via -r requirements/base.in
django-storages==1.14.4
# via -r requirements/base.in
Expand Down Expand Up @@ -136,7 +136,7 @@ edx-ace==1.11.3
# via -r requirements/base.in
edx-auth-backends==4.4.0
# via -r requirements/base.in
edx-ccx-keys==1.3.0
edx-ccx-keys==2.0.2
# via openedx-events
edx-credentials-themes @ git+https://github.com/openedx/[email protected]
# via -r requirements/base.in
Expand Down Expand Up @@ -219,11 +219,11 @@ googleapis-common-protos==1.66.0
# via
# google-api-core
# grpcio-status
grpcio==1.68.0
grpcio==1.68.1
# via
# google-api-core
# grpcio-status
grpcio-status==1.68.0
grpcio-status==1.68.1
# via google-api-core
httplib2==0.22.0
# via
Expand Down Expand Up @@ -283,7 +283,7 @@ proto-plus==1.25.0
# via
# google-api-core
# google-cloud-firestore
protobuf==5.28.3
protobuf==5.29.0
# via
# google-api-core
# google-cloud-firestore
Expand All @@ -302,7 +302,7 @@ pycparser==2.22
# via cffi
pygments==2.18.0
# via -r requirements/base.in
pyjwt[crypto]==2.10.0
pyjwt[crypto]==2.10.1
# via
# drf-jwt
# edx-auth-backends
Expand Down
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ coreschema==0.0.4
# coreapi
coverage==7.6.8
# via -r requirements/test.txt
cryptography==43.0.3
cryptography==44.0.0
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -174,7 +174,7 @@ django-simple-history==3.7.0
# via -r requirements/test.txt
django-sortedm2m==4.0.0
# via -r requirements/test.txt
django-statici18n==2.5.0
django-statici18n==2.6.0
# via -r requirements/test.txt
django-storages==1.14.4
# via -r requirements/test.txt
Expand Down Expand Up @@ -211,7 +211,7 @@ edx-ace==1.11.3
# via -r requirements/test.txt
edx-auth-backends==4.4.0
# via -r requirements/test.txt
edx-ccx-keys==1.3.0
edx-ccx-keys==2.0.2
# via
# -r requirements/test.txt
# openedx-events
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==33.0.0
faker==33.1.0
# via
# -r requirements/test.txt
# factory-boy
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.68.0
grpcio==1.68.1
# via
# -r requirements/test.txt
# google-api-core
# grpcio-status
grpcio-status==1.68.0
grpcio-status==1.68.1
# via
# -r requirements/test.txt
# google-api-core
Expand Down Expand Up @@ -464,7 +464,7 @@ proto-plus==1.25.0
# -r requirements/test.txt
# google-api-core
# google-cloud-firestore
protobuf==5.28.3
protobuf==5.29.0
# via
# -r requirements/test.txt
# google-api-core
Expand All @@ -491,7 +491,7 @@ pycparser==2.22
# cffi
pygments==2.18.0
# via -r requirements/test.txt
pyjwt[crypto]==2.10.0
pyjwt[crypto]==2.10.1
# via
# -r requirements/test.txt
# drf-jwt
Expand All @@ -501,7 +501,7 @@ pyjwt[crypto]==2.10.0
# firebase-admin
# segment-analytics-python
# social-auth-core
pylint==3.3.1
pylint==3.3.2
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -539,7 +539,7 @@ pyproject-api==1.8.0
# via
# -r requirements/test.txt
# tox
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/test.txt
# pytest-django
Expand Down
22 changes: 11 additions & 11 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.69
boto3==1.35.73
# via django-ses
botocore==1.35.69
botocore==1.35.73
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -65,7 +65,7 @@ coreschema==0.0.4
# via
# -r requirements/base.txt
# coreapi
cryptography==43.0.3
cryptography==44.0.0
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -135,13 +135,13 @@ django-ratelimit==4.1.0
# via -r requirements/base.txt
django-rest-swagger==2.2.0
# via -r requirements/base.txt
django-ses==4.2.0
django-ses==4.3.0
# via -r requirements/production.in
django-simple-history==3.7.0
# via -r requirements/base.txt
django-sortedm2m==4.0.0
# via -r requirements/base.txt
django-statici18n==2.5.0
django-statici18n==2.6.0
# via -r requirements/base.txt
django-storages==1.14.4
# via -r requirements/base.txt
Expand Down Expand Up @@ -174,7 +174,7 @@ edx-ace==1.11.3
# via -r requirements/base.txt
edx-auth-backends==4.4.0
# via -r requirements/base.txt
edx-ccx-keys==1.3.0
edx-ccx-keys==2.0.2
# via
# -r requirements/base.txt
# openedx-events
Expand Down Expand Up @@ -284,12 +284,12 @@ googleapis-common-protos==1.66.0
# grpcio-status
greenlet==3.1.1
# via gevent
grpcio==1.68.0
grpcio==1.68.1
# via
# -r requirements/base.txt
# google-api-core
# grpcio-status
grpcio-status==1.68.0
grpcio-status==1.68.1
# via
# -r requirements/base.txt
# google-api-core
Expand Down Expand Up @@ -386,7 +386,7 @@ proto-plus==1.25.0
# -r requirements/base.txt
# google-api-core
# google-cloud-firestore
protobuf==5.28.3
protobuf==5.29.0
# via
# -r requirements/base.txt
# google-api-core
Expand All @@ -413,7 +413,7 @@ pycparser==2.22
# cffi
pygments==2.18.0
# via -r requirements/base.txt
pyjwt[crypto]==2.10.0
pyjwt[crypto]==2.10.1
# via
# -r requirements/base.txt
# drf-jwt
Expand Down Expand Up @@ -569,7 +569,7 @@ xss-utils==0.6.0
# via -r requirements/base.txt
zope-event==5.0
# via gevent
zope-interface==7.1.1
zope-interface==7.2
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading

0 comments on commit 8afaca7

Please sign in to comment.