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 authored and jsnwesson committed Nov 26, 2024
1 parent 1172667 commit 98178a0
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 35 deletions.
18 changes: 9 additions & 9 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.64
boto3==1.35.69
# via
# -r requirements/production.txt
# django-ses
botocore==1.35.64
botocore==1.35.69
# 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.1
code-annotations==2.0.0
# 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.7
coverage==7.6.8
# via -r requirements/dev.txt
cryptography==43.0.3
# via
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.153.0
google-api-python-client==2.154.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.3.0
newrelic==10.3.1
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -775,7 +775,7 @@ rsa==4.9
# -r requirements/dev.txt
# -r requirements/production.txt
# google-auth
s3transfer==0.10.3
s3transfer==0.10.4
# via
# -r requirements/production.txt
# boto3
Expand Down Expand Up @@ -826,7 +826,7 @@ sqlparse==0.5.2
# -r requirements/production.txt
# django
# django-debug-toolbar
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -875,7 +875,7 @@ urllib3==1.26.20
# botocore
# requests
# responses
virtualenv==20.27.1
virtualenv==20.28.0
# via
# -r requirements/dev.txt
# tox
Expand Down
8 changes: 4 additions & 4 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.1
code-annotations==2.0.0
# via edx-toggles
coreapi==2.3.3
# via
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.153.0
google-api-python-client==2.154.0
# via firebase-admin
google-auth==2.36.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.3.0
newrelic==10.3.1
# via
# -r requirements/base.in
# edx-django-utils
Expand Down Expand Up @@ -387,7 +387,7 @@ social-auth-core==4.5.4
# social-auth-app-django
sqlparse==0.5.2
# via django
stevedore==5.3.0
stevedore==5.4.0
# via
# code-annotations
# edx-ace
Expand Down
12 changes: 6 additions & 6 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.1
code-annotations==2.0.0
# 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.7
coverage==7.6.8
# via -r requirements/test.txt
cryptography==43.0.3
# via
Expand Down Expand Up @@ -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.153.0
google-api-python-client==2.154.0
# via
# -r requirements/test.txt
# firebase-admin
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.3.0
newrelic==10.3.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -643,7 +643,7 @@ sqlparse==0.5.2
# -r requirements/test.txt
# django
# django-debug-toolbar
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -684,7 +684,7 @@ urllib3==1.26.20
# -r requirements/test.txt
# requests
# responses
virtualenv==20.27.1
virtualenv==20.28.0
# via
# -r requirements/test.txt
# tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
wheel==0.45.0
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c /home/runner/work/credentials/credentials/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.5.0
setuptools==75.6.0
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.0
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
14 changes: 7 additions & 7 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.64
boto3==1.35.69
# via django-ses
botocore==1.35.64
botocore==1.35.69
# 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.1
code-annotations==2.0.0
# via
# -r requirements/base.txt
# edx-toggles
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.153.0
google-api-python-client==2.154.0
# via
# -r requirements/base.txt
# firebase-admin
Expand Down Expand Up @@ -339,7 +339,7 @@ msgpack==1.1.0
# cachecontrol
mysqlclient==2.2.6
# via -r requirements/base.txt
newrelic==10.3.0
newrelic==10.3.1
# via
# -r requirements/base.txt
# -r requirements/production.in
Expand Down Expand Up @@ -492,7 +492,7 @@ rsa==4.9
# via
# -r requirements/base.txt
# google-auth
s3transfer==0.10.3
s3transfer==0.10.4
# via boto3
sailthru-client==2.2.3
# via
Expand Down Expand Up @@ -530,7 +530,7 @@ sqlparse==0.5.2
# via
# -r requirements/base.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/base.txt
# code-annotations
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.8.1
code-annotations==2.0.0
# via
# -r requirements/base.txt
# -r requirements/test.in
Expand All @@ -77,7 +77,7 @@ coreschema==0.0.4
# via
# -r requirements/base.txt
# coreapi
coverage==7.6.7
coverage==7.6.8
# via -r requirements/test.in
cryptography==43.0.3
# via
Expand Down Expand Up @@ -262,7 +262,7 @@ google-api-core[grpc]==2.23.0
# google-cloud-core
# google-cloud-firestore
# google-cloud-storage
google-api-python-client==2.153.0
google-api-python-client==2.154.0
# via
# -r requirements/base.txt
# firebase-admin
Expand Down Expand Up @@ -367,7 +367,7 @@ mypy-extensions==1.0.0
# via black
mysqlclient==2.2.6
# via -r requirements/base.txt
newrelic==10.3.0
newrelic==10.3.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -594,7 +594,7 @@ sqlparse==0.5.2
# via
# -r requirements/base.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/base.txt
# code-annotations
Expand Down Expand Up @@ -628,7 +628,7 @@ urllib3==1.26.20
# -r requirements/base.txt
# requests
# responses
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
walrus==0.9.4
# via
Expand Down

0 comments on commit 98178a0

Please sign in to comment.