Skip to content

Commit

Permalink
chore: python requirements update
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Dec 23, 2024
1 parent de6f25b commit b3dbcb0
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.4
jinja2==3.1.5
# via sphinx
markupsafe==3.0.2
# via jinja2
Expand Down
20 changes: 10 additions & 10 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ accessible-pygments==0.0.5
# via pydata-sphinx-theme
aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.11.10
aiohttp==3.11.11
# via openai
aiosignal==1.3.2
# via aiohttp
Expand All @@ -32,7 +32,7 @@ asgiref==3.8.1
# django-countries
asn1crypto==1.5.1
# via snowflake-connector-python
astroid==3.3.6
astroid==3.3.7
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -64,9 +64,9 @@ boltons==21.0.0
# face
# glom
# semgrep
boto3==1.35.81
boto3==1.35.86
# via django-ses
botocore==1.35.81
botocore==1.35.86
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -104,7 +104,7 @@ charset-normalizer==3.4.0
# via
# requests
# snowflake-connector-python
click==8.1.7
click==8.1.8
# via
# celery
# click-didyoumean
Expand Down Expand Up @@ -420,7 +420,7 @@ factory-boy==3.3.1
# via -r requirements/test.in
faker==33.1.0
# via factory-boy
fastavro==1.9.7
fastavro==1.10.0
# via openedx-events
filelock==3.16.1
# via
Expand All @@ -439,7 +439,7 @@ glom==22.1.0
# via semgrep
google-api-core==2.24.0
# via google-api-python-client
google-api-python-client==2.155.0
google-api-python-client==2.156.0
# via -r requirements/base.in
google-auth==2.37.0
# via
Expand Down Expand Up @@ -486,7 +486,7 @@ isort==5.13.2
# via
# -r requirements/test.in
# pylint
jinja2==3.1.4
jinja2==3.1.5
# via
# code-annotations
# sphinx
Expand Down Expand Up @@ -590,12 +590,12 @@ propcache==0.2.1
# yarl
proto-plus==1.25.0
# via google-api-core
protobuf==5.29.1
protobuf==5.29.2
# via
# google-api-core
# googleapis-common-protos
# proto-plus
psutil==6.1.0
psutil==6.1.1
# via edx-django-utils
pyasn1==0.6.1
# via
Expand Down
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
20 changes: 10 additions & 10 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.11.10
aiohttp==3.11.11
# via openai
aiosignal==1.3.2
# via aiohttp
Expand All @@ -28,7 +28,7 @@ asgiref==3.8.1
# django-countries
asn1crypto==1.5.1
# via snowflake-connector-python
attrs==24.2.0
attrs==24.3.0
# via
# aiohttp
# openedx-events
Expand All @@ -41,9 +41,9 @@ beautifulsoup4==4.12.3
# taxonomy-connector
billiard==4.2.1
# via celery
boto3==1.35.81
boto3==1.35.86
# via django-ses
botocore==1.35.81
botocore==1.35.86
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -75,7 +75,7 @@ charset-normalizer==3.4.0
# via
# requests
# snowflake-connector-python
click==8.1.7
click==8.1.8
# via
# celery
# click-didyoumean
Expand Down Expand Up @@ -342,7 +342,7 @@ elasticsearch-dsl==7.4.1
# -r requirements/base.in
# django-elasticsearch-dsl
# django-elasticsearch-dsl-drf
fastavro==1.9.7
fastavro==1.10.0
# via openedx-events
filelock==3.16.1
# via snowflake-connector-python
Expand All @@ -356,7 +356,7 @@ gevent==24.11.1
# via -r requirements/production.in
google-api-core==2.24.0
# via google-api-python-client
google-api-python-client==2.155.0
google-api-python-client==2.156.0
# via -r requirements/base.in
google-auth==2.37.0
# via
Expand Down Expand Up @@ -396,7 +396,7 @@ inflection==0.5.1
# via drf-yasg
isodate==0.7.2
# via zeep
jinja2==3.1.4
jinja2==3.1.5
# via code-annotations
jmespath==1.0.1
# via
Expand Down Expand Up @@ -473,12 +473,12 @@ propcache==0.2.1
# yarl
proto-plus==1.25.0
# via google-api-core
protobuf==5.29.1
protobuf==5.29.2
# via
# google-api-core
# googleapis-common-protos
# proto-plus
psutil==6.1.0
psutil==6.1.1
# via edx-django-utils
pyasn1==0.6.1
# via
Expand Down

0 comments on commit b3dbcb0

Please sign in to comment.