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 committed Dec 24, 2024
1 parent c82840e commit d3ffd0d
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 52 deletions.
26 changes: 13 additions & 13 deletions requirements/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ asgiref==3.8.1
# django
# django-cors-headers
# django-stubs
astroid==3.3.6
astroid==3.3.8
# via
# -r requirements/dev.txt
# pylint
Expand All @@ -33,11 +33,11 @@ bleach==6.2.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
boto3==1.35.82
boto3==1.35.87
# via
# -r requirements/production.txt
# django-ses
botocore==1.35.82
botocore==1.35.87
# via
# -r requirements/production.txt
# boto3
Expand Down Expand Up @@ -73,7 +73,7 @@ charset-normalizer==3.4.0
# -r requirements/dev.txt
# -r requirements/production.txt
# requests
click==8.1.7
click==8.1.8
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -357,7 +357,7 @@ faker==33.1.0
# via
# -r requirements/dev.txt
# factory-boy
fastavro==1.9.7
fastavro==1.10.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
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.155.0
google-api-python-client==2.156.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -488,7 +488,7 @@ itypes==1.2.0
# -r requirements/dev.txt
# -r requirements/production.txt
# coreapi
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -529,7 +529,7 @@ msgpack==1.1.0
# -r requirements/dev.txt
# -r requirements/production.txt
# cachecontrol
mypy==1.13.0
mypy==1.14.0
# via -r requirements/dev.txt
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -619,7 +619,7 @@ proto-plus==1.25.0
# -r requirements/production.txt
# google-api-core
# google-cloud-firestore
protobuf==5.29.1
protobuf==5.29.2
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand All @@ -628,7 +628,7 @@ protobuf==5.29.1
# googleapis-common-protos
# grpcio-status
# proto-plus
psutil==6.1.0
psutil==6.1.1
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -664,7 +664,7 @@ pyjwt[crypto]==2.10.1
# firebase-admin
# segment-analytics-python
# social-auth-core
pylint==3.3.2
pylint==3.3.3
# via
# -r requirements/dev.txt
# edx-lint
Expand Down Expand Up @@ -859,7 +859,7 @@ tomlkit==0.13.2
# pylint
tox==4.23.2
# via -r requirements/dev.txt
types-pyyaml==6.0.12.20240917
types-pyyaml==6.0.12.20241221
# via
# -r requirements/dev.txt
# django-stubs
Expand All @@ -879,7 +879,7 @@ uritemplate==4.1.1
# coreapi
# drf-yasg
# google-api-python-client
urllib3==2.2.3
urllib3==2.3.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cffi==1.17.1
# pynacl
charset-normalizer==3.4.0
# via requests
click==8.1.7
click==8.1.8
# via
# code-annotations
# edx-django-utils
Expand Down Expand Up @@ -181,7 +181,7 @@ edx-toggles==5.2.0
# -r requirements/base.in
# edx-event-bus-kafka
# edx-event-bus-redis
fastavro==1.9.7
fastavro==1.10.0
# via openedx-events
firebase-admin==6.6.0
# via edx-ace
Expand All @@ -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.155.0
google-api-python-client==2.156.0
# via firebase-admin
google-auth==2.37.0
# via
Expand Down Expand Up @@ -240,7 +240,7 @@ inflection==0.5.1
# via drf-yasg
itypes==1.2.0
# via coreapi
jinja2==3.1.4
jinja2==3.1.5
# via
# code-annotations
# coreschema
Expand Down Expand Up @@ -290,14 +290,14 @@ proto-plus==1.25.0
# via
# google-api-core
# google-cloud-firestore
protobuf==5.29.1
protobuf==5.29.2
# via
# google-api-core
# google-cloud-firestore
# googleapis-common-protos
# grpcio-status
# proto-plus
psutil==6.1.0
psutil==6.1.1
# via edx-django-utils
pyasn1==0.6.1
# via
Expand Down Expand Up @@ -409,7 +409,7 @@ uritemplate==4.1.1
# coreapi
# drf-yasg
# google-api-python-client
urllib3==2.2.3
urllib3==2.3.0
# via requests
walrus==0.9.4
# via edx-event-bus-redis
Expand Down
22 changes: 11 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.8.1
# django
# django-cors-headers
# django-stubs
astroid==3.3.6
astroid==3.3.8
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -54,7 +54,7 @@ charset-normalizer==3.4.0
# via
# -r requirements/test.txt
# requests
click==8.1.7
click==8.1.8
# via
# -r requirements/test.txt
# black
Expand Down Expand Up @@ -269,7 +269,7 @@ faker==33.1.0
# via
# -r requirements/test.txt
# factory-boy
fastavro==1.9.7
fastavro==1.10.0
# via
# -r requirements/test.txt
# openedx-events
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.155.0
google-api-python-client==2.156.0
# via
# -r requirements/test.txt
# firebase-admin
Expand Down Expand Up @@ -372,7 +372,7 @@ itypes==1.2.0
# via
# -r requirements/test.txt
# coreapi
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -401,7 +401,7 @@ msgpack==1.1.0
# via
# -r requirements/test.txt
# cachecontrol
mypy==1.13.0
mypy==1.14.0
# via -r requirements/dev.in
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -473,15 +473,15 @@ proto-plus==1.25.0
# -r requirements/test.txt
# google-api-core
# google-cloud-firestore
protobuf==5.29.1
protobuf==5.29.2
# via
# -r requirements/test.txt
# google-api-core
# google-cloud-firestore
# googleapis-common-protos
# grpcio-status
# proto-plus
psutil==6.1.0
psutil==6.1.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -510,7 +510,7 @@ pyjwt[crypto]==2.10.1
# firebase-admin
# segment-analytics-python
# social-auth-core
pylint==3.3.2
pylint==3.3.3
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -671,7 +671,7 @@ tomlkit==0.13.2
# pylint
tox==4.23.2
# via -r requirements/test.txt
types-pyyaml==6.0.12.20240917
types-pyyaml==6.0.12.20241221
# via django-stubs
typing-extensions==4.12.2
# via
Expand All @@ -687,7 +687,7 @@ uritemplate==4.1.1
# coreapi
# drf-yasg
# google-api-python-client
urllib3==2.2.3
urllib3==2.3.0
# via
# -r requirements/test.txt
# requests
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.4
jinja2==3.1.5
# via sphinx
jsx-lexer==2.0.1
# via -r requirements/docs.in
Expand Down Expand Up @@ -69,5 +69,5 @@ sphinxcontrib-serializinghtml==2.0.0
# via sphinx
typing-extensions==4.12.2
# via pydata-sphinx-theme
urllib3==2.2.3
urllib3==2.3.0
# via requests
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.2.2.post1
# via pip-tools
click==8.1.7
click==8.1.8
# via pip-tools
packaging==24.2
# via build
Expand Down
18 changes: 9 additions & 9 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.82
boto3==1.35.87
# via django-ses
botocore==1.35.82
botocore==1.35.87
# via
# boto3
# s3transfer
Expand All @@ -47,7 +47,7 @@ charset-normalizer==3.4.0
# via
# -r requirements/base.txt
# requests
click==8.1.7
click==8.1.8
# via
# -r requirements/base.txt
# code-annotations
Expand Down Expand Up @@ -223,7 +223,7 @@ edx-toggles==5.2.0
# -r requirements/base.txt
# edx-event-bus-kafka
# edx-event-bus-redis
fastavro==1.9.7
fastavro==1.10.0
# via
# -r requirements/base.txt
# openedx-events
Expand All @@ -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.155.0
google-api-python-client==2.156.0
# via
# -r requirements/base.txt
# firebase-admin
Expand Down Expand Up @@ -317,7 +317,7 @@ itypes==1.2.0
# via
# -r requirements/base.txt
# coreapi
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/base.txt
# code-annotations
Expand Down Expand Up @@ -395,15 +395,15 @@ proto-plus==1.25.0
# -r requirements/base.txt
# google-api-core
# google-cloud-firestore
protobuf==5.29.1
protobuf==5.29.2
# via
# -r requirements/base.txt
# google-api-core
# google-cloud-firestore
# googleapis-common-protos
# grpcio-status
# proto-plus
psutil==6.1.0
psutil==6.1.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -560,7 +560,7 @@ uritemplate==4.1.1
# coreapi
# drf-yasg
# google-api-python-client
urllib3==2.2.3
urllib3==2.3.0
# via
# -r requirements/base.txt
# botocore
Expand Down
Loading

0 comments on commit d3ffd0d

Please sign in to comment.