Skip to content

Commit

Permalink
chore: python requirements update (#4383)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jul 8, 2024
1 parent 42fff8d commit aefbff2
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 20 deletions.
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ babel==2.15.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2024.6.2
certifi==2024.7.4
# via
# elasticsearch
# requests
Expand Down
19 changes: 10 additions & 9 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ boltons==21.0.0
# face
# glom
# semgrep
boto3==1.34.136
boto3==1.34.140
# via django-ses
botocore==1.34.136
botocore==1.34.140
# via
# boto3
# s3transfer
Expand All @@ -95,7 +95,7 @@ celery==5.4.0
# via
# -c requirements/constraints.txt
# taxonomy-connector
certifi==2024.6.2
certifi==2024.7.4
# via
# elasticsearch
# requests
Expand Down Expand Up @@ -143,7 +143,7 @@ colorama==0.4.6
# via
# semgrep
# tox
contentful==2.1.1
contentful==2.2.0
# via -r requirements/base.in
coverage[toml]==7.5.4
# via
Expand Down Expand Up @@ -281,7 +281,7 @@ django-model-utils==4.5.1
# via taxonomy-connector
django-multi-email-field==0.7.0
# via -r requirements/base.in
django-multiselectfield==0.1.12
django-multiselectfield==0.1.13
# via -r requirements/base.in
django-nested-admin==4.0.2
# via -r requirements/base.in
Expand All @@ -297,7 +297,7 @@ django-ses==4.1.0
# via taxonomy-connector
django-simple-history==3.7.0
# via -r requirements/base.in
django-solo==2.2.0
django-solo==2.3.0
# via
# -r requirements/base.in
# taxonomy-connector
Expand Down Expand Up @@ -451,9 +451,9 @@ glom==22.1.0
# via semgrep
google-api-core==2.19.1
# via google-api-python-client
google-api-python-client==2.135.0
google-api-python-client==2.136.0
# via -r requirements/base.in
google-auth==2.30.0
google-auth==2.31.0
# via
# google-api-core
# google-api-python-client
Expand Down Expand Up @@ -579,7 +579,7 @@ path==16.14.0
# via edx-i18n-tools
pbr==6.0.0
# via stevedore
peewee==3.17.5
peewee==3.17.6
# via semgrep
pillow==9.5.0
# via
Expand Down Expand Up @@ -901,6 +901,7 @@ typing-extensions==4.12.2
# asgiref
# astroid
# django-countries
# django-solo
# edx-opaque-keys
# kombu
# pydata-sphinx-theme
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.1.1
pip==24.1.2
# via -r requirements/pip.in
setuptools==70.1.1
setuptools==70.2.0
# via -r requirements/pip.in
17 changes: 9 additions & 8 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ beautifulsoup4==4.12.3
# taxonomy-connector
billiard==4.2.0
# via celery
boto3==1.34.136
boto3==1.34.140
# via django-ses
botocore==1.34.136
botocore==1.34.140
# via
# boto3
# s3transfer
Expand All @@ -68,7 +68,7 @@ celery==5.4.0
# via
# -c requirements/constraints.txt
# taxonomy-connector
certifi==2024.6.2
certifi==2024.7.4
# via
# -r requirements/production.in
# elasticsearch
Expand Down Expand Up @@ -100,7 +100,7 @@ click-repl==0.3.0
# via celery
code-annotations==1.8.0
# via edx-toggles
contentful==2.1.1
contentful==2.2.0
# via -r requirements/base.in
cryptography==42.0.8
# via
Expand Down Expand Up @@ -219,7 +219,7 @@ django-model-utils==4.5.1
# via taxonomy-connector
django-multi-email-field==0.7.0
# via -r requirements/base.in
django-multiselectfield==0.1.12
django-multiselectfield==0.1.13
# via -r requirements/base.in
django-nested-admin==4.0.2
# via -r requirements/base.in
Expand All @@ -237,7 +237,7 @@ django-ses==4.1.0
# taxonomy-connector
django-simple-history==3.7.0
# via -r requirements/base.in
django-solo==2.2.0
django-solo==2.3.0
# via
# -r requirements/base.in
# taxonomy-connector
Expand Down Expand Up @@ -365,9 +365,9 @@ gevent==24.2.1
# via -r requirements/production.in
google-api-core==2.19.1
# via google-api-python-client
google-api-python-client==2.135.0
google-api-python-client==2.136.0
# via -r requirements/base.in
google-auth==2.30.0
google-auth==2.31.0
# via
# google-api-core
# google-api-python-client
Expand Down Expand Up @@ -648,6 +648,7 @@ typing-extensions==4.12.2
# via
# asgiref
# django-countries
# django-solo
# edx-opaque-keys
# kombu
# simple-salesforce
Expand Down

0 comments on commit aefbff2

Please sign in to comment.