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

Merged
merged 1 commit into from
Jan 7, 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
20 changes: 10 additions & 10 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.90
boto3==1.35.93
# via
# -r requirements/production.txt
# django-ses
botocore==1.35.90
botocore==1.35.93
# via
# -r requirements/production.txt
# boto3
Expand Down Expand Up @@ -353,7 +353,7 @@ edx-toggles==5.2.0
# edx-event-bus-redis
factory-boy==3.3.1
# via -r requirements/dev.txt
faker==33.1.0
faker==33.3.0
# via
# -r requirements/dev.txt
# factory-boy
Expand Down Expand Up @@ -387,7 +387,7 @@ google-api-core[grpc]==2.24.0
# google-cloud-core
# google-cloud-firestore
# google-cloud-storage
google-api-python-client==2.156.0
google-api-python-client==2.157.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -444,13 +444,13 @@ greenlet==3.1.1
# via
# -r requirements/production.txt
# gevent
grpcio==1.68.1
grpcio==1.69.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
# google-api-core
# grpcio-status
grpcio-status==1.68.1
grpcio-status==1.69.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -592,7 +592,7 @@ pbr==6.1.0
# -r requirements/dev.txt
# -r requirements/production.txt
# stevedore
pillow==11.0.0
pillow==11.1.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -649,7 +649,7 @@ pycparser==2.22
# -r requirements/dev.txt
# -r requirements/production.txt
# cffi
pygments==2.18.0
pygments==2.19.1
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -698,7 +698,7 @@ pynacl==1.5.0
# -r requirements/dev.txt
# -r requirements/production.txt
# edx-django-utils
pyparsing==3.2.0
pyparsing==3.2.1
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -886,7 +886,7 @@ urllib3==2.3.0
# botocore
# requests
# responses
virtualenv==20.28.0
virtualenv==20.28.1
# via
# -r requirements/dev.txt
# tox
Expand Down
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ google-api-core[grpc]==2.24.0
# google-cloud-core
# google-cloud-firestore
# google-cloud-storage
google-api-python-client==2.156.0
google-api-python-client==2.157.0
# via firebase-admin
google-auth==2.37.0
# via
Expand Down Expand Up @@ -224,11 +224,11 @@ googleapis-common-protos==1.66.0
# via
# google-api-core
# grpcio-status
grpcio==1.68.1
grpcio==1.69.0
# via
# google-api-core
# grpcio-status
grpcio-status==1.68.1
grpcio-status==1.69.0
# via google-api-core
httplib2==0.22.0
# via
Expand Down Expand Up @@ -282,7 +282,7 @@ path==16.16.0
# via edx-i18n-tools
pbr==6.1.0
# via stevedore
pillow==11.0.0
pillow==11.1.0
# via -r requirements/base.in
polib==1.2.0
# via edx-i18n-tools
Expand All @@ -307,7 +307,7 @@ pyasn1-modules==0.4.1
# via google-auth
pycparser==2.22
# via cffi
pygments==2.18.0
pygments==2.19.1
# via -r requirements/base.in
pyjwt[crypto]==2.10.1
# via
Expand All @@ -324,7 +324,7 @@ pymongo==4.10.1
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
pyparsing==3.2.0
pyparsing==3.2.1
# via httplib2
python-dateutil==2.9.0.post0
# via
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ edx-toggles==5.2.0
# edx-event-bus-redis
factory-boy==3.3.1
# via -r requirements/test.txt
faker==33.1.0
faker==33.3.0
# via
# -r requirements/test.txt
# factory-boy
Expand All @@ -292,7 +292,7 @@ google-api-core[grpc]==2.24.0
# google-cloud-core
# google-cloud-firestore
# google-cloud-storage
google-api-python-client==2.156.0
google-api-python-client==2.157.0
# via
# -r requirements/test.txt
# firebase-admin
Expand Down Expand Up @@ -336,12 +336,12 @@ googleapis-common-protos==1.66.0
# -r requirements/test.txt
# google-api-core
# grpcio-status
grpcio==1.68.1
grpcio==1.69.0
# via
# -r requirements/test.txt
# google-api-core
# grpcio-status
grpcio-status==1.68.1
grpcio-status==1.69.0
# via
# -r requirements/test.txt
# google-api-core
Expand Down Expand Up @@ -450,7 +450,7 @@ pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
pillow==11.0.0
pillow==11.1.0
# via -r requirements/test.txt
platformdirs==4.3.6
# via
Expand Down Expand Up @@ -498,7 +498,7 @@ pycparser==2.22
# via
# -r requirements/test.txt
# cffi
pygments==2.18.0
pygments==2.19.1
# via -r requirements/test.txt
pyjwt[crypto]==2.10.1
# via
Expand Down Expand Up @@ -540,7 +540,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pyparsing==3.2.0
pyparsing==3.2.1
# via
# -r requirements/test.txt
# httplib2
Expand Down Expand Up @@ -692,7 +692,7 @@ urllib3==2.3.0
# -r requirements/test.txt
# requests
# responses
virtualenv==20.28.0
virtualenv==20.28.1
# via
# -r requirements/test.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ packaging==24.2
# via sphinx
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.18.0
pygments==2.19.1
# via
# accessible-pygments
# jsx-lexer
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c /home/runner/work/credentials/credentials/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.6.0
setuptools==75.7.0
# via -r requirements/pip.in
16 changes: 8 additions & 8 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.90
boto3==1.35.93
# via django-ses
botocore==1.35.90
botocore==1.35.93
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -243,7 +243,7 @@ google-api-core[grpc]==2.24.0
# google-cloud-core
# google-cloud-firestore
# google-cloud-storage
google-api-python-client==2.156.0
google-api-python-client==2.157.0
# via
# -r requirements/base.txt
# firebase-admin
Expand Down Expand Up @@ -289,12 +289,12 @@ googleapis-common-protos==1.66.0
# grpcio-status
greenlet==3.1.1
# via gevent
grpcio==1.68.1
grpcio==1.69.0
# via
# -r requirements/base.txt
# google-api-core
# grpcio-status
grpcio-status==1.68.1
grpcio-status==1.69.0
# via
# -r requirements/base.txt
# google-api-core
Expand Down Expand Up @@ -384,7 +384,7 @@ pbr==6.1.0
# via
# -r requirements/base.txt
# stevedore
pillow==11.0.0
pillow==11.1.0
# via -r requirements/base.txt
polib==1.2.0
# via
Expand Down Expand Up @@ -420,7 +420,7 @@ pycparser==2.22
# via
# -r requirements/base.txt
# cffi
pygments==2.18.0
pygments==2.19.1
# via -r requirements/base.txt
pyjwt[crypto]==2.10.1
# via
Expand All @@ -442,7 +442,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pyparsing==3.2.0
pyparsing==3.2.1
# via
# -r requirements/base.txt
# httplib2
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ edx-toggles==5.2.0
# edx-event-bus-redis
factory-boy==3.3.1
# via -r requirements/test.in
faker==33.1.0
faker==33.3.0
# via factory-boy
fastavro==1.10.0
# via
Expand All @@ -267,7 +267,7 @@ google-api-core[grpc]==2.24.0
# google-cloud-core
# google-cloud-firestore
# google-cloud-storage
google-api-python-client==2.156.0
google-api-python-client==2.157.0
# via
# -r requirements/base.txt
# firebase-admin
Expand Down Expand Up @@ -311,12 +311,12 @@ googleapis-common-protos==1.66.0
# -r requirements/base.txt
# google-api-core
# grpcio-status
grpcio==1.68.1
grpcio==1.69.0
# via
# -r requirements/base.txt
# google-api-core
# grpcio-status
grpcio-status==1.68.1
grpcio-status==1.69.0
# via
# -r requirements/base.txt
# google-api-core
Expand Down Expand Up @@ -414,7 +414,7 @@ pbr==6.1.0
# via
# -r requirements/base.txt
# stevedore
pillow==11.0.0
pillow==11.1.0
# via -r requirements/base.txt
platformdirs==4.3.6
# via
Expand Down Expand Up @@ -460,7 +460,7 @@ pycparser==2.22
# via
# -r requirements/base.txt
# cffi
pygments==2.18.0
pygments==2.19.1
# via -r requirements/base.txt
pyjwt[crypto]==2.10.1
# via
Expand Down Expand Up @@ -496,7 +496,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pyparsing==3.2.0
pyparsing==3.2.1
# via
# -r requirements/base.txt
# httplib2
Expand Down Expand Up @@ -636,7 +636,7 @@ urllib3==2.3.0
# -r requirements/base.txt
# requests
# responses
virtualenv==20.28.0
virtualenv==20.28.1
# via tox
walrus==0.9.4
# via
Expand Down
Loading