Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#2665)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Dec 13, 2024
1 parent c74a6d0 commit 8b5813f
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 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.76
boto3==1.35.77
# via
# -r requirements/production.txt
# django-ses
botocore==1.35.76
botocore==1.35.77
# via
# -r requirements/production.txt
# boto3
Expand Down Expand Up @@ -378,7 +378,7 @@ fontawesomefree==6.6.0
# -r requirements/production.txt
gevent==24.11.1
# via -r requirements/production.txt
google-api-core[grpc]==2.23.0
google-api-core[grpc]==2.24.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -832,7 +832,7 @@ social-auth-core==4.5.4
# -r requirements/production.txt
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ firebase-admin==6.6.0
# via edx-ace
fontawesomefree==6.6.0
# via -r requirements/base.in
google-api-core[grpc]==2.23.0
google-api-core[grpc]==2.24.0
# via
# firebase-admin
# google-api-python-client
Expand Down Expand Up @@ -392,7 +392,7 @@ social-auth-core==4.5.4
# via
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.2
sqlparse==0.5.3
# via django
stevedore==5.4.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ firebase-admin==6.6.0
# edx-ace
fontawesomefree==6.6.0
# via -r requirements/test.txt
google-api-core[grpc]==2.23.0
google-api-core[grpc]==2.24.0
# via
# -r requirements/test.txt
# firebase-admin
Expand Down Expand Up @@ -647,7 +647,7 @@ social-auth-core==4.5.4
# -r requirements/test.txt
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
Expand Down
8 changes: 4 additions & 4 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.76
boto3==1.35.77
# via django-ses
botocore==1.35.76
botocore==1.35.77
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -235,7 +235,7 @@ fontawesomefree==6.6.0
# via -r requirements/base.txt
gevent==24.11.1
# via -r requirements/production.in
google-api-core[grpc]==2.23.0
google-api-core[grpc]==2.24.0
# via
# -r requirements/base.txt
# firebase-admin
Expand Down Expand Up @@ -535,7 +535,7 @@ social-auth-core==4.5.4
# -r requirements/base.txt
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/base.txt
# django
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ firebase-admin==6.6.0
# edx-ace
fontawesomefree==6.6.0
# via -r requirements/base.txt
google-api-core[grpc]==2.23.0
google-api-core[grpc]==2.24.0
# via
# -r requirements/base.txt
# firebase-admin
Expand Down Expand Up @@ -599,7 +599,7 @@ social-auth-core==4.5.4
# -r requirements/base.txt
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/base.txt
# django
Expand Down
2 changes: 1 addition & 1 deletion requirements/translations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ polib==1.2.0
# via edx-i18n-tools
pyyaml==6.0.2
# via edx-i18n-tools
sqlparse==0.5.2
sqlparse==0.5.3
# via django

0 comments on commit 8b5813f

Please sign in to comment.