From 5249357ee31e5e9c40c4f61bad88dacee6eadf4f Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Mon, 11 Sep 2023 01:04:26 -0400 Subject: [PATCH] chore: Updating Python Requirements --- requirements/ci.txt | 2 +- requirements/dev.txt | 10 +++++----- requirements/pip-tools.txt | 2 +- requirements/pip.txt | 2 +- requirements/quality.txt | 19 ++++++++----------- requirements/test.txt | 10 +++++----- 6 files changed, 21 insertions(+), 24 deletions(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index 9b6cb91..b8abd87 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -31,5 +31,5 @@ tox-battery==0.6.2 # via -r requirements/ci.in typing-extensions==4.7.1 # via filelock -virtualenv==20.24.4 +virtualenv==20.24.5 # via tox diff --git a/requirements/dev.txt b/requirements/dev.txt index 953d2ca..21ddc05 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -8,13 +8,13 @@ appdirs==1.4.4 # via fs asgiref==3.7.2 # via django -boto3==1.28.40 +boto3==1.28.44 # via fs-s3fs -botocore==1.31.40 +botocore==1.31.44 # via # boto3 # s3transfer -build==1.0.0 +build==1.0.3 # via pip-tools click==8.1.7 # via pip-tools @@ -56,7 +56,7 @@ pyproject-hooks==1.0.0 # via build python-dateutil==2.8.2 # via botocore -pytz==2023.3 +pytz==2023.3.post1 # via django s3transfer==0.6.2 # via boto3 @@ -87,7 +87,7 @@ typing-extensions==4.7.1 # filelock urllib3==1.26.16 # via botocore -virtualenv==20.24.4 +virtualenv==20.24.5 # via tox wheel==0.41.2 # via pip-tools diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index b917ae0..b98bb42 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file=requirements/pip-tools.txt requirements/pip-tools.in # -build==1.0.0 +build==1.0.3 # via pip-tools click==8.1.7 # via pip-tools diff --git a/requirements/pip.txt b/requirements/pip.txt index d59c2bd..8336c0c 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -10,5 +10,5 @@ wheel==0.41.2 # The following packages are considered to be unsafe in a requirements file: pip==23.2.1 # via -r requirements/pip.in -setuptools==68.1.2 +setuptools==68.2.0 # via -r requirements/pip.in diff --git a/requirements/quality.txt b/requirements/quality.txt index 8e14b91..b6390d0 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -18,14 +18,12 @@ astroid==2.15.6 # pylint-celery backports-functools-lru-cache==1.6.6 # via caniusepython3 -bleach==6.0.0 - # via readme-renderer -boto3==1.28.40 +boto3==1.28.44 # via # -r requirements/test.txt # fs-s3fs # moto -botocore==1.31.40 +botocore==1.31.44 # via # -r requirements/test.txt # boto3 @@ -54,7 +52,7 @@ click-log==0.4.0 # via edx-lint code-annotations==1.5.0 # via edx-lint -coverage[toml]==7.3.0 +coverage[toml]==7.3.1 # via # -r requirements/test.txt # pytest-cov @@ -140,6 +138,8 @@ more-itertools==10.1.0 # via jaraco-classes moto==4.2.2 # via -r requirements/test.txt +nh3==0.2.14 + # via readme-renderer packaging==23.1 # via # -r requirements/test.txt @@ -183,7 +183,7 @@ pylint-plugin-utils==0.8.2 # pylint-django pypng==0.20220715.0 # via -r requirements/test.txt -pytest==7.4.1 +pytest==7.4.2 # via # -r requirements/test.txt # pytest-cov @@ -199,7 +199,7 @@ python-dateutil==2.8.2 # moto python-slugify==8.0.1 # via code-annotations -pytz==2023.3 +pytz==2023.3.post1 # via # -r requirements/test.txt # django @@ -208,7 +208,7 @@ pyyaml==6.0.1 # -r requirements/test.txt # code-annotations # responses -readme-renderer==41.0 +readme-renderer==42.0 # via twine requests==2.31.0 # via @@ -237,7 +237,6 @@ secretstorage==3.3.3 six==1.16.0 # via # -r requirements/test.txt - # bleach # edx-lint # fs # fs-s3fs @@ -280,8 +279,6 @@ urllib3==1.26.16 # requests # responses # twine -webencodings==0.5.1 - # via bleach werkzeug==2.3.7 # via # -r requirements/test.txt diff --git a/requirements/test.txt b/requirements/test.txt index cf101c0..fa8f93e 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.40 +boto3==1.28.44 # via # fs-s3fs # moto -botocore==1.31.40 +botocore==1.31.44 # via # boto3 # moto @@ -23,7 +23,7 @@ cffi==1.15.1 # via cryptography charset-normalizer==3.2.0 # via requests -coverage[toml]==7.3.0 +coverage[toml]==7.3.1 # via pytest-cov cryptography==41.0.3 # via moto @@ -64,7 +64,7 @@ pycparser==2.21 # via cffi pypng==0.20220715.0 # via -r requirements/test.in -pytest==7.4.1 +pytest==7.4.2 # via # -r requirements/test.in # pytest-cov @@ -77,7 +77,7 @@ python-dateutil==2.8.2 # via # botocore # moto -pytz==2023.3 +pytz==2023.3.post1 # via django pyyaml==6.0.1 # via responses