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: python requirements update #4354

Merged
merged 1 commit into from
May 13, 2024
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
22 changes: 12 additions & 10 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ boltons==21.0.0
# face
# glom
# semgrep
boto3==1.34.98
boto3==1.34.103
# via django-ses
botocore==1.34.98
botocore==1.34.103
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -150,7 +150,7 @@ coverage[toml]==7.5.1
# via
# -r requirements/test.in
# pytest-cov
cryptography==42.0.6
cryptography==42.0.7
# via
# pyjwt
# pyopenssl
Expand Down Expand Up @@ -361,7 +361,9 @@ edx-api-doc-tools==1.8.0
edx-auth-backends==4.3.0
# via -r requirements/base.in
edx-ccx-keys==1.3.0
# via -r requirements/base.in
# via
# -r requirements/base.in
# openedx-events
edx-django-release-util==1.4.0
# via -r requirements/base.in
edx-django-sites-extensions==4.2.0
Expand Down Expand Up @@ -427,7 +429,7 @@ face==22.0.0
# via glom
factory-boy==3.3.0
# via -r requirements/test.in
faker==25.0.1
faker==25.1.0
# via factory-boy
fastavro==1.9.4
# via openedx-events
Expand All @@ -436,7 +438,7 @@ filelock==3.14.0
# snowflake-connector-python
# tox
# virtualenv
freezegun==1.5.0
freezegun==1.5.1
# via -r requirements/test.in
frozenlist==1.4.1
# via
Expand All @@ -448,7 +450,7 @@ glom==22.1.0
# via semgrep
google-api-core==2.19.0
# via google-api-python-client
google-api-python-client==2.127.0
google-api-python-client==2.129.0
# via -r requirements/base.in
google-auth==2.29.0
# via
Expand Down Expand Up @@ -554,7 +556,7 @@ openai==0.28.1
# taxonomy-connector
openedx-atlas==0.6.0
# via -r requirements/base.in
openedx-events==9.9.2
openedx-events==9.10.0
# via
# edx-event-bus-kafka
# edx-event-bus-redis
Expand All @@ -576,7 +578,7 @@ path==16.14.0
# via edx-i18n-tools
pbr==6.0.0
# via stevedore
peewee==3.17.3
peewee==3.17.5
# via semgrep
pillow==9.5.0
# via
Expand Down Expand Up @@ -879,7 +881,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.4
tomlkit==0.12.5
# via
# pylint
# snowflake-connector-python
Expand Down
16 changes: 9 additions & 7 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ beautifulsoup4==4.12.3
# taxonomy-connector
billiard==4.2.0
# via celery
boto3==1.34.98
boto3==1.34.103
# via django-ses
botocore==1.34.98
botocore==1.34.103
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -103,7 +103,7 @@ code-annotations==1.8.0
# via edx-toggles
contentful==2.1.1
# via -r requirements/base.in
cryptography==42.0.6
cryptography==42.0.7
# via
# pyjwt
# pyopenssl
Expand Down Expand Up @@ -297,7 +297,9 @@ edx-api-doc-tools==1.8.0
edx-auth-backends==4.3.0
# via -r requirements/base.in
edx-ccx-keys==1.3.0
# via -r requirements/base.in
# via
# -r requirements/base.in
# openedx-events
edx-django-release-util==1.4.0
# via -r requirements/base.in
edx-django-sites-extensions==4.2.0
Expand Down Expand Up @@ -362,7 +364,7 @@ gevent==24.2.1
# via -r requirements/production.in
google-api-core==2.19.0
# via google-api-python-client
google-api-python-client==2.127.0
google-api-python-client==2.129.0
# via -r requirements/base.in
google-auth==2.29.0
# via
Expand Down Expand Up @@ -453,7 +455,7 @@ openai==0.28.1
# taxonomy-connector
openedx-atlas==0.6.0
# via -r requirements/base.in
openedx-events==9.9.2
openedx-events==9.10.0
# via
# edx-event-bus-kafka
# edx-event-bus-redis
Expand Down Expand Up @@ -639,7 +641,7 @@ tinycss2==1.3.0
# via
# cairosvg
# cssselect2
tomlkit==0.12.4
tomlkit==0.12.5
# via snowflake-connector-python
tqdm==4.66.4
# via openai
Expand Down
Loading