Skip to content

Commit

Permalink
chore: Updating Python Requirements (openedx#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored and ArturGaspar committed Dec 27, 2023
1 parent 97b5985 commit dc4e54b
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 57 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.7
distlib==0.3.8
# via virtualenv
filelock==3.13.1
# via
Expand Down
8 changes: 4 additions & 4 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.33.11
boto3==1.34.2
# via fs-s3fs
botocore==1.33.11
botocore==1.34.2
# via
# boto3
# s3transfer
Expand All @@ -24,7 +24,7 @@ click==8.1.7
# via pip-tools
colorama==0.4.6
# via tox
distlib==0.3.7
distlib==0.3.8
# via virtualenv
django==3.2.23
# via
Expand Down Expand Up @@ -67,7 +67,7 @@ python-dateutil==2.8.2
# via botocore
pytz==2023.3.post1
# via django
s3transfer==0.8.2
s3transfer==0.9.0
# via boto3
six==1.16.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
pip==23.3.2
# via -r requirements/pip.in
setuptools==69.0.2
# via -r requirements/pip.in
56 changes: 10 additions & 46 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#
# 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 @@ -14,23 +12,21 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==3.0.1
astroid==3.0.2
# via
# pylint
# pylint-celery
boto3==1.33.11
boto3==1.34.2
# via
# -r requirements/test.txt
# fs-s3fs
# moto
botocore==1.33.11
botocore==1.34.2
# 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 @@ -52,7 +48,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.3.2
coverage[toml]==7.3.3
# via
# -r requirements/test.txt
# coverage
Expand All @@ -64,14 +60,10 @@ cryptography==41.0.7
# 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 Down Expand Up @@ -100,7 +92,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
isort==5.13.0
isort==5.13.2
# via
# -r requirements/quality.in
# pylint
Expand Down Expand Up @@ -137,7 +129,7 @@ mock==5.1.0
# via -r requirements/test.txt
more-itertools==10.1.0
# via jaraco-classes
moto==4.2.11
moto==4.2.12
# via -r requirements/test.txt
nh3==0.2.15
# via readme-renderer
Expand All @@ -147,20 +139,10 @@ packaging==23.2
# 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==4.1.0
# via
# pylint
# requirementslib
plette[validation]==0.4.4
# via requirementslib
# via pylint
pluggy==1.3.0
# via
# -r requirements/test.txt
Expand All @@ -171,17 +153,13 @@ 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
# via
# readme-renderer
# rich
pylint==3.0.2
pylint==3.0.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -229,14 +207,10 @@ 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 @@ -245,7 +219,7 @@ rfc3986==2.0.0
# via twine
rich==13.7.0
# via twine
s3transfer==0.8.2
s3transfer==0.9.0
# via
# -r requirements/test.txt
# boto3
Expand All @@ -272,24 +246,17 @@ tomli==2.0.1
# via
# -r requirements/test.txt
# coverage
# pep517
# pylint
# pytest
tomlkit==0.12.3
# via
# plette
# pylint
# requirementslib
# via pylint
twine==4.0.2
# via -r requirements/quality.in
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 @@ -307,13 +274,10 @@ 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
10 changes: 5 additions & 5 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.33.11
boto3==1.34.2
# via
# fs-s3fs
# moto
botocore==1.33.11
botocore==1.34.2
# via
# boto3
# moto
Expand All @@ -23,7 +23,7 @@ cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
coverage[toml]==7.3.2
coverage[toml]==7.3.3
# via
# coverage
# pytest-cov
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.11
moto==4.2.12
# 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.8.2
s3transfer==0.9.0
# via boto3
six==1.16.0
# via
Expand Down

0 comments on commit dc4e54b

Please sign in to comment.