From 2687d2617c7aa61cde9fb39e917a8668359358d4 Mon Sep 17 00:00:00 2001 From: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com> Date: Tue, 5 Sep 2023 05:44:27 -0400 Subject: [PATCH] chore: Updating Python Requirements (#147) --- requirements/ci.txt | 12 ++++++----- requirements/dev.txt | 34 +++++++++++++++++------------ requirements/pip-tools.txt | 13 +++++++---- requirements/pip.txt | 4 ++-- requirements/quality.txt | 44 +++++++++++++++++++------------------- requirements/test.txt | 22 +++++++++---------- 6 files changed, 71 insertions(+), 58 deletions(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index 8108c47..9b6cb91 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -6,15 +6,15 @@ # distlib==0.3.7 # via virtualenv -filelock==3.12.2 +filelock==3.12.3 # via # tox # virtualenv packaging==23.1 # via tox -platformdirs==3.9.1 +platformdirs==3.10.0 # via virtualenv -pluggy==1.2.0 +pluggy==1.3.0 # via tox py==1.11.0 # via tox @@ -27,7 +27,9 @@ tox==3.28.0 # -c requirements/common_constraints.txt # -r requirements/ci.in # tox-battery -tox-battery==0.6.1 +tox-battery==0.6.2 # via -r requirements/ci.in -virtualenv==20.24.1 +typing-extensions==4.7.1 + # via filelock +virtualenv==20.24.4 # via tox diff --git a/requirements/dev.txt b/requirements/dev.txt index 3adeb9b..953d2ca 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -8,23 +8,23 @@ appdirs==1.4.4 # via fs asgiref==3.7.2 # via django -boto3==1.28.9 +boto3==1.28.40 # via fs-s3fs -botocore==1.31.9 +botocore==1.31.40 # via # boto3 # s3transfer -build==0.10.0 +build==1.0.0 # via pip-tools -click==8.1.6 +click==8.1.7 # via pip-tools distlib==0.3.7 # via virtualenv -django==3.2.20 +django==3.2.21 # via # -c requirements/common_constraints.txt # -r requirements/base.in -filelock==3.12.2 +filelock==3.12.3 # via # tox # virtualenv @@ -34,6 +34,8 @@ fs==2.4.16 # fs-s3fs fs-s3fs==1.1.1 # via -r requirements/base.in +importlib-metadata==6.8.0 + # via build jmespath==1.0.1 # via # boto3 @@ -42,11 +44,11 @@ packaging==23.1 # via # build # tox -pip-tools==7.1.0 +pip-tools==7.3.0 # via -r requirements/dev.in -platformdirs==3.9.1 +platformdirs==3.10.0 # via virtualenv -pluggy==1.2.0 +pluggy==1.3.0 # via tox py==1.11.0 # via tox @@ -56,7 +58,7 @@ python-dateutil==2.8.2 # via botocore pytz==2023.3 # via django -s3transfer==0.6.1 +s3transfer==0.6.2 # via boto3 six==1.16.0 # via @@ -77,16 +79,20 @@ tox==3.28.0 # -c requirements/common_constraints.txt # -r requirements/dev.in # tox-battery -tox-battery==0.6.1 +tox-battery==0.6.2 # via -r requirements/dev.in typing-extensions==4.7.1 - # via asgiref + # via + # asgiref + # filelock urllib3==1.26.16 # via botocore -virtualenv==20.24.1 +virtualenv==20.24.4 # via tox -wheel==0.41.0 +wheel==0.41.2 # via pip-tools +zipp==3.16.2 + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # pip diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 61bc8fc..b917ae0 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -4,13 +4,15 @@ # # pip-compile --output-file=requirements/pip-tools.txt requirements/pip-tools.in # -build==0.10.0 +build==1.0.0 # via pip-tools -click==8.1.6 +click==8.1.7 # via pip-tools +importlib-metadata==6.8.0 + # via build packaging==23.1 # via build -pip-tools==7.1.0 +pip-tools==7.3.0 # via -r requirements/pip-tools.in pyproject-hooks==1.0.0 # via build @@ -18,8 +20,11 @@ tomli==2.0.1 # via # build # pip-tools -wheel==0.41.0 + # pyproject-hooks +wheel==0.41.2 # via pip-tools +zipp==3.16.2 + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # pip diff --git a/requirements/pip.txt b/requirements/pip.txt index 70a42fb..d59c2bd 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -4,11 +4,11 @@ # # pip-compile --allow-unsafe --output-file=requirements/pip.txt requirements/pip.in # -wheel==0.41.0 +wheel==0.41.2 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: pip==23.2.1 # via -r requirements/pip.in -setuptools==68.0.0 +setuptools==68.1.2 # via -r requirements/pip.in diff --git a/requirements/quality.txt b/requirements/quality.txt index f882c75..8e14b91 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -20,12 +20,12 @@ backports-functools-lru-cache==1.6.6 # via caniusepython3 bleach==6.0.0 # via readme-renderer -boto3==1.28.9 +boto3==1.28.40 # via # -r requirements/test.txt # fs-s3fs # moto -botocore==1.31.9 +botocore==1.31.40 # via # -r requirements/test.txt # boto3 @@ -45,7 +45,7 @@ charset-normalizer==3.2.0 # via # -r requirements/test.txt # requests -click==8.1.6 +click==8.1.7 # via # click-log # code-annotations @@ -54,11 +54,11 @@ click-log==0.4.0 # via edx-lint code-annotations==1.5.0 # via edx-lint -coverage[toml]==7.2.7 +coverage[toml]==7.3.0 # via # -r requirements/test.txt # pytest-cov -cryptography==41.0.2 +cryptography==41.0.3 # via # -r requirements/test.txt # moto @@ -67,7 +67,7 @@ dill==0.3.7 # via pylint distlib==0.3.7 # via caniusepython3 -django==3.2.20 +django==3.2.21 # via # -c requirements/common_constraints.txt # -r requirements/test.txt @@ -75,7 +75,7 @@ docutils==0.20.1 # via readme-renderer edx-lint==5.3.4 # via -r requirements/quality.in -exceptiongroup==1.1.2 +exceptiongroup==1.1.3 # via # -r requirements/test.txt # pytest @@ -93,7 +93,7 @@ importlib-metadata==6.8.0 # via # keyring # twine -importlib-resources==6.0.0 +importlib-resources==6.0.1 # via keyring iniconfig==2.0.0 # via @@ -136,9 +136,9 @@ mdurl==0.1.2 # via markdown-it-py mock==5.1.0 # via -r requirements/test.txt -more-itertools==9.1.0 +more-itertools==10.1.0 # via jaraco-classes -moto==4.1.13 +moto==4.2.2 # via -r requirements/test.txt packaging==23.1 # via @@ -149,13 +149,13 @@ pbr==5.11.1 # via stevedore pkginfo==1.9.6 # via twine -platformdirs==3.9.1 +platformdirs==3.10.0 # via pylint -pluggy==1.2.0 +pluggy==1.3.0 # via # -r requirements/test.txt # pytest -pycodestyle==2.10.0 +pycodestyle==2.11.0 # via -r requirements/quality.in pycparser==2.21 # via @@ -163,11 +163,11 @@ pycparser==2.21 # cffi pydocstyle==6.3.0 # via -r requirements/quality.in -pygments==2.15.1 +pygments==2.16.1 # via # readme-renderer # rich -pylint==2.17.4 +pylint==2.17.5 # via # edx-lint # pylint-celery @@ -183,7 +183,7 @@ pylint-plugin-utils==0.8.2 # pylint-django pypng==0.20220715.0 # via -r requirements/test.txt -pytest==7.4.0 +pytest==7.4.1 # via # -r requirements/test.txt # pytest-cov @@ -208,7 +208,7 @@ pyyaml==6.0.1 # -r requirements/test.txt # code-annotations # responses -readme-renderer==40.0 +readme-renderer==41.0 # via twine requests==2.31.0 # via @@ -220,15 +220,15 @@ requests==2.31.0 # twine requests-toolbelt==1.0.0 # via twine -responses==0.23.1 +responses==0.23.3 # via # -r requirements/test.txt # moto rfc3986==2.0.0 # via twine -rich==13.4.2 +rich==13.5.2 # via twine -s3transfer==0.6.1 +s3transfer==0.6.2 # via # -r requirements/test.txt # boto3 @@ -258,7 +258,7 @@ tomli==2.0.1 # coverage # pylint # pytest -tomlkit==0.11.8 +tomlkit==0.12.1 # via pylint twine==4.0.2 # via -r requirements/quality.in @@ -282,7 +282,7 @@ urllib3==1.26.16 # twine webencodings==0.5.1 # via bleach -werkzeug==2.3.6 +werkzeug==2.3.7 # via # -r requirements/test.txt # moto diff --git a/requirements/test.txt b/requirements/test.txt index c42ec3b..cf101c0 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -8,11 +8,11 @@ appdirs==1.4.4 # via fs asgiref==3.7.2 # via django -boto3==1.28.9 +boto3==1.28.40 # via # fs-s3fs # moto -botocore==1.31.9 +botocore==1.31.40 # via # boto3 # moto @@ -23,14 +23,14 @@ cffi==1.15.1 # via cryptography charset-normalizer==3.2.0 # via requests -coverage[toml]==7.2.7 +coverage[toml]==7.3.0 # via pytest-cov -cryptography==41.0.2 +cryptography==41.0.3 # via moto # via # -c requirements/common_constraints.txt # -r requirements/base.in -exceptiongroup==1.1.2 +exceptiongroup==1.1.3 # via pytest fs==2.4.16 # via @@ -54,17 +54,17 @@ markupsafe==2.1.3 # werkzeug mock==5.1.0 # via -r requirements/test.in -moto==4.1.13 +moto==4.2.2 # via -r requirements/test.in packaging==23.1 # via pytest -pluggy==1.2.0 +pluggy==1.3.0 # via pytest pycparser==2.21 # via cffi pypng==0.20220715.0 # via -r requirements/test.in -pytest==7.4.0 +pytest==7.4.1 # via # -r requirements/test.in # pytest-cov @@ -85,9 +85,9 @@ requests==2.31.0 # via # moto # responses -responses==0.23.1 +responses==0.23.3 # via moto -s3transfer==0.6.1 +s3transfer==0.6.2 # via boto3 six==1.16.0 # via @@ -109,7 +109,7 @@ urllib3==1.26.16 # botocore # requests # responses -werkzeug==2.3.6 +werkzeug==2.3.7 # via moto xmltodict==0.13.0 # via moto