Skip to content

Commit

Permalink
chore: Updating Python Requirements (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Dec 11, 2023
1 parent 877dd52 commit 03e94a1
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 37 deletions.
7 changes: 3 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ packaging==23.2
# via
# pyproject-api
# tox
platformdirs==3.11.0
platformdirs==4.1.0
# via
# -c requirements/common_constraints.txt
# tox
# virtualenv
pluggy==1.3.0
Expand All @@ -33,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.11.3
tox==4.11.4
# via -r requirements/ci.in
virtualenv==20.24.7
virtualenv==20.25.0
# via tox
5 changes: 0 additions & 5 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,3 @@ elasticsearch<7.14.0

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
django-simple-history==3.0.0

# virtualenv latest version requires platformdirs<4.0 which conflicts with tox>4.0 version
# This constraint can be removed once the issue
# https://github.com/pypa/virtualenv/issues/2666 gets resolved
platformdirs<4.0
17 changes: 8 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.29.6
boto3==1.33.11
# via fs-s3fs
botocore==1.32.6
botocore==1.33.11
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -40,7 +40,7 @@ fs==2.4.16
# fs-s3fs
fs-s3fs==1.1.1
# via -r requirements/base.in
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via build
jmespath==1.0.1
# via
Expand All @@ -53,9 +53,8 @@ packaging==23.2
# tox
pip-tools==7.3.0
# via -r requirements/dev.in
platformdirs==3.11.0
platformdirs==4.1.0
# via
# -c requirements/common_constraints.txt
# tox
# virtualenv
pluggy==1.3.0
Expand All @@ -68,7 +67,7 @@ python-dateutil==2.8.2
# via botocore
pytz==2023.3.post1
# via django
s3transfer==0.7.0
s3transfer==0.8.2
# via boto3
six==1.16.0
# via
Expand All @@ -84,13 +83,13 @@ tomli==2.0.1
# pyproject-api
# pyproject-hooks
# tox
tox==4.11.3
tox==4.11.4
# via -r requirements/dev.in
typing-extensions==4.8.0
typing-extensions==4.9.0
# via asgiref
urllib3==1.26.18
# via botocore
virtualenv==20.24.7
virtualenv==20.25.0
# via tox
wheel==0.42.0
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via build
packaging==23.2
# via build
Expand Down
58 changes: 46 additions & 12 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
# pip-compile --output-file=requirements/quality.txt requirements/quality.in
#
annotated-types==0.6.0
# via pydantic
appdirs==1.4.4
# via
# -r requirements/test.txt
Expand All @@ -16,17 +18,19 @@ astroid==3.0.1
# via
# pylint
# pylint-celery
boto3==1.29.6
boto3==1.33.11
# via
# -r requirements/test.txt
# fs-s3fs
# moto
botocore==1.32.6
botocore==1.33.11
# via
# -r requirements/test.txt
# boto3
# moto
# s3transfer
cerberus==1.3.5
# via plette
certifi==2023.11.17
# via
# -r requirements/test.txt
Expand All @@ -53,17 +57,21 @@ coverage[toml]==7.3.2
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.5
cryptography==41.0.7
# via
# -r requirements/test.txt
# moto
# secretstorage
dill==0.3.7
# via pylint
distlib==0.3.7
# via requirementslib
django==3.2.23
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
docopt==0.6.2
# via pipreqs
docutils==0.20.1
# via readme-renderer
edx-lint==5.3.6
Expand All @@ -82,7 +90,7 @@ idna==3.6
# via
# -r requirements/test.txt
# requests
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via
# keyring
# twine
Expand All @@ -92,7 +100,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
isort==5.12.0
isort==5.13.0
# via
# -r requirements/quality.in
# pylint
Expand Down Expand Up @@ -129,22 +137,30 @@ mock==5.1.0
# via -r requirements/test.txt
more-itertools==10.1.0
# via jaraco-classes
moto==4.2.10
moto==4.2.11
# via -r requirements/test.txt
nh3==0.2.14
nh3==0.2.15
# via readme-renderer
packaging==23.2
# via
# -r requirements/test.txt
# pytest
pbr==6.0.0
# via stevedore
pep517==0.13.1
# via requirementslib
pip-api==0.0.30
# via isort
pipreqs==0.4.13
# via isort
pkginfo==1.9.6
# via twine
platformdirs==3.11.0
platformdirs==4.1.0
# via
# -c requirements/common_constraints.txt
# pylint
# requirementslib
plette[validation]==0.4.4
# via requirementslib
pluggy==1.3.0
# via
# -r requirements/test.txt
Expand All @@ -155,6 +171,10 @@ pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pydantic==2.5.2
# via requirementslib
pydantic-core==2.14.5
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.17.2
Expand Down Expand Up @@ -209,10 +229,14 @@ requests==2.31.0
# -r requirements/test.txt
# moto
# requests-toolbelt
# requirementslib
# responses
# twine
# yarg
requests-toolbelt==1.0.0
# via twine
requirementslib==3.0.0
# via isort
responses==0.24.1
# via
# -r requirements/test.txt
Expand All @@ -221,7 +245,7 @@ rfc3986==2.0.0
# via twine
rich==13.7.0
# via twine
s3transfer==0.7.0
s3transfer==0.8.2
# via
# -r requirements/test.txt
# boto3
Expand All @@ -248,17 +272,24 @@ tomli==2.0.1
# via
# -r requirements/test.txt
# coverage
# pep517
# pylint
# pytest
tomlkit==0.12.3
# via pylint
# via
# plette
# pylint
# requirementslib
twine==4.0.2
# via -r requirements/quality.in
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# -r requirements/test.txt
# annotated-types
# asgiref
# astroid
# pydantic
# pydantic-core
# pylint
# rich
urllib3==1.26.18
Expand All @@ -276,10 +307,13 @@ xmltodict==0.13.0
# via
# -r requirements/test.txt
# moto
yarg==0.1.9
# via pipreqs
zipp==3.17.0
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.29.6
boto3==1.33.11
# via
# fs-s3fs
# moto
botocore==1.32.6
botocore==1.33.11
# via
# boto3
# moto
Expand All @@ -27,7 +27,7 @@ coverage[toml]==7.3.2
# via
# coverage
# pytest-cov
cryptography==41.0.5
cryptography==41.0.7
# via moto
# via
# -c requirements/common_constraints.txt
Expand Down Expand Up @@ -56,7 +56,7 @@ markupsafe==2.1.3
# werkzeug
mock==5.1.0
# via -r requirements/test.in
moto==4.2.10
moto==4.2.11
# via -r requirements/test.in
packaging==23.2
# via pytest
Expand Down Expand Up @@ -89,7 +89,7 @@ requests==2.31.0
# responses
responses==0.24.1
# via moto
s3transfer==0.7.0
s3transfer==0.8.2
# via boto3
six==1.16.0
# via
Expand All @@ -102,7 +102,7 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.8.0
typing-extensions==4.9.0
# via asgiref
urllib3==1.26.18
# via
Expand Down

0 comments on commit 03e94a1

Please sign in to comment.