Skip to content

Commit

Permalink
chore: Updating Python Requirements (#2447)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Apr 16, 2024
1 parent 95c3c9a commit b4c7d08
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 58 deletions.
10 changes: 3 additions & 7 deletions requirements/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,17 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# -r requirements/production.txt
# django
# djangorestframework
bcrypt==4.1.2
# via
# -r requirements/dev.txt
# paramiko
black==24.4.0
# via -r requirements/dev.txt
bleach==6.1.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
boto3==1.34.84
boto3==1.34.85
# via
# -r requirements/production.txt
# django-ses
botocore==1.34.84
botocore==1.34.85
# via
# -r requirements/production.txt
# boto3
Expand Down Expand Up @@ -585,7 +581,7 @@ pytz==2024.1
# drf-yasg
pywatchman==2.0.0 ; "linux" in sys_platform
# via -r requirements/dev.txt
pyyaml==5.4.1
pyyaml==6.0.1
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down
3 changes: 2 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ backoff==2.2.1
# via segment-analytics-python
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
# djangorestframework
bleach==6.1.0
Expand Down Expand Up @@ -247,7 +248,7 @@ pytz==2024.1
# via
# -r requirements/base.in
# drf-yasg
pyyaml==5.4.1
pyyaml==6.0.1
# via
# code-annotations
# drf-yasg
Expand Down
42 changes: 2 additions & 40 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,17 @@ attrs==23.2.0
# via
# -r requirements/test.txt
# edx-ace
# jsonschema
# openedx-events
backoff==2.2.1
# via
# -r requirements/test.txt
# segment-analytics-python
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# django
# djangorestframework
bcrypt==4.1.2
# via paramiko
black==24.4.0
# via -r requirements/test.txt
bleach==6.1.0
Expand Down Expand Up @@ -92,7 +90,6 @@ coverage==7.4.4
cryptography==42.0.5
# via
# -r requirements/test.txt
# paramiko
# pyjwt
# social-auth-core
ddt==1.7.2
Expand All @@ -112,8 +109,6 @@ distlib==0.3.8
# via
# -r requirements/test.txt
# virtualenv
distro==1.9.0
# via docker-compose
django==4.2.11
# via
# -c requirements/common_constraints.txt
Expand Down Expand Up @@ -187,14 +182,6 @@ djangorestframework==3.15.1
# drf-jwt
# drf-yasg
# edx-drf-extensions
docker[ssh]==7.0.0
# via docker-compose
docker-compose==1.29.2
# via -r requirements/dev.in
dockerpty==0.4.1
# via docker-compose
docopt==0.6.2
# via docker-compose
drf-jwt==1.19.2
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -294,8 +281,6 @@ jinja2==3.1.3
# -r requirements/test.txt
# code-annotations
# coreschema
jsonschema==3.2.0
# via docker-compose
lxml[html-clean]==5.1.1
# via
# -c requirements/constraints.txt
Expand Down Expand Up @@ -341,13 +326,10 @@ packaging==24.0
# via
# -r requirements/test.txt
# black
# docker
# drf-yasg
# pyproject-api
# pytest
# tox
paramiko==3.4.0
# via docker
path==16.14.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -427,7 +409,6 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
# paramiko
pypng==0.20220715.0
# via
# -r requirements/test.txt
Expand All @@ -436,8 +417,6 @@ pyproject-api==1.6.1
# via
# -r requirements/test.txt
# tox
pyrsistent==0.20.0
# via jsonschema
pytest==8.1.1
# via
# -r requirements/test.txt
Expand All @@ -450,8 +429,6 @@ python-dateutil==2.9.0.post0
# edx-ace
# faker
# segment-analytics-python
python-dotenv==0.21.1
# via docker-compose
python-memcached==1.62
# via -r requirements/test.txt
python-slugify==8.0.4
Expand All @@ -468,12 +445,10 @@ pytz==2024.1
# drf-yasg
pywatchman==2.0.0 ; "linux" in sys_platform
# via -r requirements/dev.in
pyyaml==5.4.1
pyyaml==6.0.1
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# code-annotations
# docker-compose
# drf-yasg
# edx-django-release-util
# edx-i18n-tools
Expand All @@ -484,8 +459,6 @@ requests==2.31.0
# via
# -r requirements/test.txt
# coreapi
# docker
# docker-compose
# edx-drf-extensions
# edx-rest-api-client
# requests-oauthlib
Expand Down Expand Up @@ -519,14 +492,11 @@ six==1.16.0
# via
# -r requirements/test.txt
# bleach
# dockerpty
# edx-ace
# edx-auth-backends
# edx-django-release-util
# edx-lint
# jsonschema
# python-dateutil
# websocket-client
slumber==0.7.1
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -558,8 +528,6 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
texttable==1.7.0
# via docker-compose
tomli==2.0.1
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -593,7 +561,6 @@ urllib3==1.26.18
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# docker
# requests
# responses
virtualenv==20.25.1
Expand All @@ -604,14 +571,9 @@ webencodings==0.5.1
# via
# -r requirements/test.txt
# bleach
websocket-client==0.59.0
# via docker-compose
xss-utils==0.5.0
# via -r requirements/test.txt
zipp==3.18.1
# via
# -r requirements/test.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
8 changes: 4 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ backoff==2.2.1
# segment-analytics-python
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# django
# djangorestframework
bleach==6.1.0
# via -r requirements/base.txt
boto3==1.34.84
boto3==1.34.85
# via django-ses
botocore==1.34.84
botocore==1.34.85
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -338,9 +339,8 @@ pytz==2024.1
# -r requirements/base.txt
# django-ses
# drf-yasg
pyyaml==5.4.1
pyyaml==6.0.1
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# -r requirements/production.in
# code-annotations
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ backoff==2.2.1
# segment-analytics-python
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# django
# djangorestframework
Expand Down Expand Up @@ -402,9 +403,8 @@ pytz==2024.1
# via
# -r requirements/base.txt
# drf-yasg
pyyaml==5.4.1
pyyaml==6.0.1
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# code-annotations
# drf-yasg
Expand Down
6 changes: 2 additions & 4 deletions requirements/translations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ path==16.14.0
# via edx-i18n-tools
polib==1.2.0
# via edx-i18n-tools
pyyaml==5.4.1
# via
# -c requirements/constraints.txt
# edx-i18n-tools
pyyaml==6.0.1
# via edx-i18n-tools
sqlparse==0.5.0
# via django
typing-extensions==4.11.0
Expand Down

0 comments on commit b4c7d08

Please sign in to comment.