From a04bb10f3bed0f49b5f3e9c4ce49a0db4be81588 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Mon, 26 Aug 2024 01:04:51 -0400 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/ci.txt | 2 +- requirements/dev.txt | 6 +++--- requirements/pip-tools.txt | 2 +- requirements/pip.txt | 2 +- requirements/quality.txt | 25 ++++++++++++++++++------- requirements/test.txt | 8 ++++---- 6 files changed, 28 insertions(+), 17 deletions(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index ac6fe93..8a6dd3c 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 diff --git a/requirements/dev.txt b/requirements/dev.txt index 4d6f7e0..3b80c92 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,9 +8,9 @@ appdirs==1.4.4 # via fs asgiref==3.8.1 # via django -boto3==1.35.3 +boto3==1.35.5 # via fs-s3fs -botocore==1.35.3 +botocore==1.35.5 # via # boto3 # s3transfer diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index c4a07f4..1cc2289 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.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/pip-tools.txt requirements/pip-tools.in diff --git a/requirements/pip.txt b/requirements/pip.txt index 16455f3..4ef4883 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 diff --git a/requirements/quality.txt b/requirements/quality.txt index 425ab49..82ac95e 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,12 +16,14 @@ astroid==3.2.4 # via # pylint # pylint-celery -boto3==1.35.3 +backports-tarfile==1.2.0 + # via jaraco-context +boto3==1.35.5 # via # -r requirements/test.txt # fs-s3fs # moto -botocore==1.35.3 +botocore==1.35.5 # via # -r requirements/test.txt # boto3 @@ -56,6 +58,7 @@ cryptography==43.0.0 # via # -r requirements/test.txt # moto + # secretstorage dill==0.3.8 # via pylint django==4.2.15 @@ -64,7 +67,7 @@ django==4.2.15 # -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 @@ -213,6 +222,8 @@ 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 diff --git a/requirements/test.txt b/requirements/test.txt index 44ea6fc..1e23d46 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,11 +8,11 @@ appdirs==1.4.4 # via fs asgiref==3.8.1 # via django -boto3==1.35.3 +boto3==1.35.5 # via # fs-s3fs # moto -botocore==1.35.3 +botocore==1.35.5 # via # boto3 # moto @@ -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