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 #4418

Closed
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
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ elasticsearch-dsl==7.4.1
# via
# -c requirements/constraints.txt
# django-elasticsearch-dsl
idna==3.7
idna==3.8
# via requests
imagesize==1.4.1
# via sphinx
Expand Down
14 changes: 7 additions & 7 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ boltons==21.0.0
# face
# glom
# semgrep
boto3==1.35.4
boto3==1.35.5
# via django-ses
botocore==1.35.4
botocore==1.35.5
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -392,7 +392,7 @@ edx-event-bus-redis==0.5.0
# via -r requirements/base.in
edx-i18n-tools==1.6.2
# via -r requirements/local.in
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/test.in
edx-opaque-keys[django]==2.10.0
# via
Expand Down Expand Up @@ -433,7 +433,7 @@ face==22.0.0
# via glom
factory-boy==3.3.1
# via -r requirements/test.in
faker==27.4.0
faker==28.0.0
# via factory-boy
fastavro==1.9.5
# via openedx-events
Expand Down Expand Up @@ -481,7 +481,7 @@ httplib2==0.22.0
# via
# google-api-python-client
# google-auth-httplib2
idna==3.7
idna==3.8
# via
# requests
# snowflake-connector-python
Expand Down Expand Up @@ -557,7 +557,7 @@ openai==0.28.1
# via
# -c requirements/constraints.txt
# taxonomy-connector
openedx-atlas==0.6.1
openedx-atlas==0.6.2
# via -r requirements/base.in
openedx-events==9.12.0
# via
Expand Down Expand Up @@ -665,7 +665,7 @@ pynacl==1.5.0
# via edx-django-utils
pyopenssl==24.2.1
# via snowflake-connector-python
pyparsing==3.1.2
pyparsing==3.1.4
# via
# httplib2
# packaging
Expand Down
10 changes: 5 additions & 5 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ beautifulsoup4==4.12.3
# taxonomy-connector
billiard==4.2.0
# via celery
boto3==1.35.4
boto3==1.35.5
# via django-ses
botocore==1.35.4
botocore==1.35.5
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -397,7 +397,7 @@ httplib2==0.22.0
# via
# google-api-python-client
# google-auth-httplib2
idna==3.7
idna==3.8
# via
# requests
# snowflake-connector-python
Expand Down Expand Up @@ -456,7 +456,7 @@ openai==0.28.1
# via
# -c requirements/constraints.txt
# taxonomy-connector
openedx-atlas==0.6.1
openedx-atlas==0.6.2
# via -r requirements/base.in
openedx-events==9.12.0
# via
Expand Down Expand Up @@ -519,7 +519,7 @@ pynacl==1.5.0
# via edx-django-utils
pyopenssl==24.2.1
# via snowflake-connector-python
pyparsing==3.1.2
pyparsing==3.1.4
# via httplib2
python-dateutil==2.9.0.post0
# via
Expand Down
Loading