Skip to content

Commit

Permalink
chore: python requirements update (#4272)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Feb 19, 2024
1 parent a911852 commit eaafe00
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 19 deletions.
19 changes: 8 additions & 11 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ boltons==21.0.0
# face
# glom
# semgrep
boto3==1.34.42
boto3==1.34.44
# via django-ses
botocore==1.34.42
botocore==1.34.44
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -343,9 +343,7 @@ djangorestframework-csv==3.0.2
djangorestframework-xml==2.0.0
# via -r requirements/base.in
docker[ssh]==7.0.0
# via
# docker
# docker-compose
# via docker-compose
docker-compose==1.29.2
# via -r requirements/local.in
dockerpty==0.4.1
Expand Down Expand Up @@ -439,7 +437,7 @@ face==22.0.0
# via glom
factory-boy==3.3.0
# via -r requirements/test.in
faker==23.2.0
faker==23.2.1
# via factory-boy
fastavro==1.9.4
# via openedx-events
Expand All @@ -462,7 +460,7 @@ google-api-core==2.17.1
# via google-api-python-client
google-api-python-client==2.118.0
# via -r requirements/base.in
google-auth==2.27.0
google-auth==2.28.0
# via
# google-api-core
# google-api-python-client
Expand Down Expand Up @@ -616,7 +614,7 @@ polib==1.2.0
# via edx-i18n-tools
prompt-toolkit==3.0.43
# via click-repl
protobuf==4.25.2
protobuf==4.25.3
# via
# google-api-core
# googleapis-common-protos
Expand Down Expand Up @@ -647,7 +645,6 @@ pyjwt[crypto]==2.8.0
# edx-auth-backends
# edx-drf-extensions
# edx-rest-api-client
# pyjwt
# simple-salesforce
# snowflake-connector-python
# social-auth-core
Expand Down Expand Up @@ -687,7 +684,7 @@ pyrsistent==0.20.0
# via jsonschema
pysocks==1.7.1
# via urllib3
pytest==8.0.0
pytest==8.0.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -892,7 +889,7 @@ strenum==0.4.15
# via gspread
taxonomy-connector==1.46.2
# via -r requirements/base.in
testfixtures==7.2.2
testfixtures==8.0.0
# via -r requirements/test.in
text-unidecode==1.3
# via python-slugify
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip_tools.in
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
Expand Down
11 changes: 5 additions & 6 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.42
boto3==1.34.44
# via django-ses
botocore==1.34.42
botocore==1.34.44
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -361,7 +361,7 @@ google-api-core==2.17.1
# via google-api-python-client
google-api-python-client==2.118.0
# via -r requirements/base.in
google-auth==2.27.0
google-auth==2.28.0
# via
# google-api-core
# google-api-python-client
Expand Down Expand Up @@ -475,7 +475,7 @@ platformdirs==3.11.0
# zeep
prompt-toolkit==3.0.43
# via click-repl
protobuf==4.25.2
protobuf==4.25.3
# via
# google-api-core
# googleapis-common-protos
Expand All @@ -497,7 +497,6 @@ pyjwt[crypto]==2.8.0
# edx-auth-backends
# edx-drf-extensions
# edx-rest-api-client
# pyjwt
# simple-salesforce
# snowflake-connector-python
# social-auth-core
Expand Down Expand Up @@ -693,7 +692,7 @@ zipp==3.17.0
# importlib-resources
zope-event==5.0
# via gevent
zope-interface==6.1
zope-interface==6.2
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit eaafe00

Please sign in to comment.