From 5174afc865f069b49d6bc0480d54be06ff1f8ca1 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Mon, 9 Sep 2024 01:05:36 -0400 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/ci.txt | 10 ++++---- requirements/dev.txt | 18 +++++++-------- requirements/pip-tools.txt | 4 ++-- requirements/pip.txt | 4 ++-- requirements/quality.txt | 47 +++++++++++++++++++++++--------------- requirements/test.txt | 16 ++++++------- 6 files changed, 55 insertions(+), 44 deletions(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index ac6fe93..7b50611 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --output-file=requirements/ci.txt requirements/ci.in @@ -12,7 +12,7 @@ colorama==0.4.6 # via tox distlib==0.3.8 # via virtualenv -filelock==3.15.4 +filelock==3.16.0 # via # tox # virtualenv @@ -20,7 +20,7 @@ packaging==24.1 # via # pyproject-api # tox -platformdirs==4.2.2 +platformdirs==4.3.2 # via # tox # virtualenv @@ -28,7 +28,7 @@ pluggy==1.5.0 # via tox pyproject-api==1.7.1 # via tox -tox==4.18.0 +tox==4.18.1 # via -r requirements/ci.in -virtualenv==20.26.3 +virtualenv==20.26.4 # via tox diff --git a/requirements/dev.txt b/requirements/dev.txt index 4d6f7e0..707ce32 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --output-file=requirements/dev.txt requirements/base.in requirements/dev.in @@ -8,13 +8,13 @@ appdirs==1.4.4 # via fs asgiref==3.8.1 # via django -boto3==1.35.3 +boto3==1.35.14 # via fs-s3fs -botocore==1.35.3 +botocore==1.35.14 # via # boto3 # s3transfer -build==1.2.1 +build==1.2.2 # via pip-tools cachetools==5.5.0 # via tox @@ -26,11 +26,11 @@ colorama==0.4.6 # via tox distlib==0.3.8 # via virtualenv -django==4.2.15 +django==4.2.16 # via # -c requirements/common_constraints.txt # -r requirements/base.in -filelock==3.15.4 +filelock==3.16.0 # via # tox # virtualenv @@ -51,7 +51,7 @@ packaging==24.1 # tox pip-tools==7.4.1 # via -r requirements/dev.in -platformdirs==4.2.2 +platformdirs==4.3.2 # via # tox # virtualenv @@ -74,11 +74,11 @@ six==1.16.0 # python-dateutil sqlparse==0.5.1 # via django -tox==4.18.0 +tox==4.18.1 # via -r requirements/dev.in urllib3==2.2.2 # via botocore -virtualenv==20.26.3 +virtualenv==20.26.4 # via tox wheel==0.44.0 # via pip-tools diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index c4a07f4..80deaab 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -1,10 +1,10 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --output-file=requirements/pip-tools.txt requirements/pip-tools.in # -build==1.2.1 +build==1.2.2 # via pip-tools click==8.1.7 # via pip-tools diff --git a/requirements/pip.txt b/requirements/pip.txt index 16455f3..fd3267b 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --allow-unsafe --output-file=requirements/pip.txt requirements/pip.in @@ -10,5 +10,5 @@ wheel==0.44.0 # The following packages are considered to be unsafe in a requirements file: pip==24.2 # via -r requirements/pip.in -setuptools==73.0.1 +setuptools==74.1.2 # via -r requirements/pip.in diff --git a/requirements/quality.txt b/requirements/quality.txt index 425ab49..404d884 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --output-file=requirements/quality.txt requirements/quality.in @@ -16,22 +16,24 @@ astroid==3.2.4 # via # pylint # pylint-celery -boto3==1.35.3 +backports-tarfile==1.2.0 + # via jaraco-context +boto3==1.35.14 # via # -r requirements/test.txt # fs-s3fs # moto -botocore==1.35.3 +botocore==1.35.14 # via # -r requirements/test.txt # boto3 # moto # s3transfer -certifi==2024.7.4 +certifi==2024.8.30 # via # -r requirements/test.txt # requests -cffi==1.17.0 +cffi==1.17.1 # via # -r requirements/test.txt # cryptography @@ -52,19 +54,20 @@ coverage[toml]==7.6.1 # via # -r requirements/test.txt # pytest-cov -cryptography==43.0.0 +cryptography==43.0.1 # via # -r requirements/test.txt # moto + # secretstorage dill==0.3.8 # via pylint -django==4.2.15 +django==4.2.16 # via # -c requirements/common_constraints.txt # -r requirements/test.txt docutils==0.21.2 # via readme-renderer -edx-lint==5.3.7 +edx-lint==5.4.0 # via -r requirements/quality.in fs==2.4.16 # via @@ -72,12 +75,14 @@ fs==2.4.16 # fs-s3fs fs-s3fs==1.1.1 # via -r requirements/test.txt -idna==3.7 +idna==3.8 # via # -r requirements/test.txt # requests importlib-metadata==8.4.0 - # via twine + # via + # keyring + # twine iniconfig==2.0.0 # via # -r requirements/test.txt @@ -92,6 +97,10 @@ jaraco-context==6.0.1 # via keyring jaraco-functools==4.0.2 # via keyring +jeepney==0.8.0 + # via + # keyring + # secretstorage jinja2==3.1.4 # via # -r requirements/test.txt @@ -117,7 +126,7 @@ mdurl==0.1.2 # via markdown-it-py mock==5.1.0 # via -r requirements/test.txt -more-itertools==10.4.0 +more-itertools==10.5.0 # via # jaraco-classes # jaraco-functools @@ -131,11 +140,11 @@ packaging==24.1 # via # -r requirements/test.txt # pytest -pbr==6.0.0 +pbr==6.1.0 # via stevedore pkginfo==1.10.0 # via twine -platformdirs==4.2.2 +platformdirs==4.3.2 # via pylint pluggy==1.5.0 # via @@ -153,7 +162,7 @@ pygments==2.18.0 # via # readme-renderer # rich -pylint==3.2.6 +pylint==3.2.7 # via # edx-lint # pylint-celery @@ -176,7 +185,7 @@ pytest==8.3.2 # pytest-django pytest-cov==5.0.0 # via -r requirements/test.txt -pytest-django==4.8.0 +pytest-django==4.9.0 # via -r requirements/test.txt python-dateutil==2.9.0.post0 # via @@ -207,12 +216,14 @@ responses==0.25.3 # moto rfc3986==2.0.0 # via twine -rich==13.7.1 +rich==13.8.0 # via twine s3transfer==0.10.2 # via # -r requirements/test.txt # boto3 +secretstorage==3.3.3 + # via keyring six==1.16.0 # via # -r requirements/test.txt @@ -226,7 +237,7 @@ sqlparse==0.5.1 # via # -r requirements/test.txt # django -stevedore==5.2.0 +stevedore==5.3.0 # via code-annotations text-unidecode==1.3 # via python-slugify @@ -249,7 +260,7 @@ xmltodict==0.13.0 # via # -r requirements/test.txt # moto -zipp==3.20.0 +zipp==3.20.1 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/test.txt b/requirements/test.txt index 44ea6fc..c075cc4 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --output-file=requirements/test.txt requirements/base.in requirements/test.in @@ -8,24 +8,24 @@ appdirs==1.4.4 # via fs asgiref==3.8.1 # via django -boto3==1.35.3 +boto3==1.35.14 # via # fs-s3fs # moto -botocore==1.35.3 +botocore==1.35.14 # via # boto3 # moto # s3transfer -certifi==2024.7.4 +certifi==2024.8.30 # via requests -cffi==1.17.0 +cffi==1.17.1 # via cryptography charset-normalizer==3.3.2 # via requests coverage[toml]==7.6.1 # via pytest-cov -cryptography==43.0.0 +cryptography==43.0.1 # via moto # via # -c requirements/common_constraints.txt @@ -36,7 +36,7 @@ fs==2.4.16 # fs-s3fs fs-s3fs==1.1.1 # via -r requirements/base.in -idna==3.7 +idna==3.8 # via requests iniconfig==2.0.0 # via pytest @@ -71,7 +71,7 @@ pytest==8.3.2 # pytest-django pytest-cov==5.0.0 # via -r requirements/test.in -pytest-django==4.8.0 +pytest-django==4.9.0 # via -r requirements/test.in python-dateutil==2.9.0.post0 # via