From 5c34a131262af8c233045b85d3b2d0059c77df15 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Sat, 21 Mar 2026 20:16:01 -0400 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/base.txt | 8 ++++---- requirements/ci.txt | 6 +++--- requirements/dev.txt | 18 +++++++++--------- requirements/pip-tools.txt | 2 +- requirements/pip.txt | 2 +- requirements/quality.txt | 18 +++++++++--------- requirements/test.txt | 16 ++++++++-------- 7 files changed, 35 insertions(+), 35 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 0931f893..6d9d6e13 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # make upgrade @@ -12,15 +12,15 @@ asgiref==3.11.1 # via django binaryornot==0.6.0 # via cookiecutter -boto3==1.42.68 +boto3==1.42.73 # via fs-s3fs -botocore==1.42.68 +botocore==1.42.73 # via # boto3 # s3transfer certifi==2026.2.25 # via requests -charset-normalizer==3.4.5 +charset-normalizer==3.4.6 # via requests click==8.3.1 # via cookiecutter diff --git a/requirements/ci.txt b/requirements/ci.txt index 5f966cd6..a4f7fd0f 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # make upgrade @@ -28,11 +28,11 @@ pluggy==1.6.0 # via tox pyproject-api==1.10.0 # via tox -python-discovery==1.1.3 +python-discovery==1.2.0 # via virtualenv tomli-w==1.2.0 # via tox -tox==4.49.1 +tox==4.50.3 # via -r requirements/ci.in virtualenv==21.2.0 # via tox diff --git a/requirements/dev.txt b/requirements/dev.txt index efbde676..804e1c1b 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # make upgrade @@ -32,12 +32,12 @@ binaryornot==0.6.0 # -r requirements/base.txt # -r requirements/test.txt # cookiecutter -boto3==1.42.68 +boto3==1.42.73 # via # -r requirements/base.txt # -r requirements/test.txt # fs-s3fs -botocore==1.42.68 +botocore==1.42.73 # via # -r requirements/base.txt # -r requirements/test.txt @@ -52,7 +52,7 @@ certifi==2026.2.25 # -r requirements/base.txt # -r requirements/test.txt # requests -charset-normalizer==3.4.5 +charset-normalizer==3.4.6 # via # -r requirements/base.txt # -r requirements/test.txt @@ -67,7 +67,7 @@ click==8.3.1 # edx-lint click-log==0.4.0 # via edx-lint -code-annotations==2.3.2 +code-annotations==3.0.0 # via edx-lint colorama==0.4.6 # via @@ -77,7 +77,7 @@ cookiecutter==2.7.1 # via # -r requirements/base.txt # -r requirements/test.txt -coverage[toml]==7.13.4 +coverage[toml]==7.13.5 # via # -r requirements/test.in # -r requirements/test.txt @@ -246,7 +246,7 @@ pytest==9.0.2 # pytest-cov # pytest-django # pytest-rerunfailures -pytest-cov==7.0.0 +pytest-cov==7.1.0 # via # -r requirements/test.in # -r requirements/test.txt @@ -265,7 +265,7 @@ python-dateutil==2.9.0.post0 # arrow # botocore # xblock -python-discovery==1.1.3 +python-discovery==1.2.0 # via # -r requirements/test.txt # virtualenv @@ -335,7 +335,7 @@ tomli-w==1.2.0 # tox tomlkit==0.14.0 # via pylint -tox==4.49.1 +tox==4.50.3 # via # -r requirements/test.in # -r requirements/test.txt diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index c952cd2a..d89516b8 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.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # make upgrade diff --git a/requirements/pip.txt b/requirements/pip.txt index a563fbb5..8bd16d64 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # make upgrade diff --git a/requirements/quality.txt b/requirements/quality.txt index aa087941..54652f07 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # make upgrade @@ -26,11 +26,11 @@ binaryornot==0.6.0 # via # -r requirements/test.txt # cookiecutter -boto3==1.42.68 +boto3==1.42.73 # via # -r requirements/test.txt # fs-s3fs -botocore==1.42.68 +botocore==1.42.73 # via # -r requirements/test.txt # boto3 @@ -43,7 +43,7 @@ certifi==2026.2.25 # via # -r requirements/test.txt # requests -charset-normalizer==3.4.5 +charset-normalizer==3.4.6 # via # -r requirements/test.txt # requests @@ -56,7 +56,7 @@ click==8.3.1 # edx-lint click-log==0.4.0 # via edx-lint -code-annotations==2.3.2 +code-annotations==3.0.0 # via edx-lint colorama==0.4.6 # via @@ -64,7 +64,7 @@ colorama==0.4.6 # tox cookiecutter==2.7.1 # via -r requirements/test.txt -coverage[toml]==7.13.4 +coverage[toml]==7.13.5 # via # -r requirements/test.txt # pytest-cov @@ -212,7 +212,7 @@ pytest==9.0.2 # pytest-cov # pytest-django # pytest-rerunfailures -pytest-cov==7.0.0 +pytest-cov==7.1.0 # via -r requirements/test.txt pytest-django==4.12.0 # via -r requirements/test.txt @@ -224,7 +224,7 @@ python-dateutil==2.9.0.post0 # arrow # botocore # xblock -python-discovery==1.1.3 +python-discovery==1.2.0 # via # -r requirements/test.txt # virtualenv @@ -284,7 +284,7 @@ tomli-w==1.2.0 # tox tomlkit==0.14.0 # via pylint -tox==4.49.1 +tox==4.50.3 # via -r requirements/test.txt tzdata==2025.3 # via diff --git a/requirements/test.txt b/requirements/test.txt index 7292c3a9..d3037982 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # make upgrade @@ -22,11 +22,11 @@ binaryornot==0.6.0 # via # -r requirements/base.txt # cookiecutter -boto3==1.42.68 +boto3==1.42.73 # via # -r requirements/base.txt # fs-s3fs -botocore==1.42.68 +botocore==1.42.73 # via # -r requirements/base.txt # boto3 @@ -37,7 +37,7 @@ certifi==2026.2.25 # via # -r requirements/base.txt # requests -charset-normalizer==3.4.5 +charset-normalizer==3.4.6 # via # -r requirements/base.txt # requests @@ -49,7 +49,7 @@ colorama==0.4.6 # via tox cookiecutter==2.7.1 # via -r requirements/base.txt -coverage[toml]==7.13.4 +coverage[toml]==7.13.5 # via # -r requirements/test.in # pytest-cov @@ -155,7 +155,7 @@ pytest==9.0.2 # pytest-cov # pytest-django # pytest-rerunfailures -pytest-cov==7.0.0 +pytest-cov==7.1.0 # via -r requirements/test.in pytest-django==4.12.0 # via -r requirements/test.in @@ -167,7 +167,7 @@ python-dateutil==2.9.0.post0 # arrow # botocore # xblock -python-discovery==1.1.3 +python-discovery==1.2.0 # via virtualenv python-slugify==8.0.4 # via @@ -214,7 +214,7 @@ text-unidecode==1.3 # python-slugify tomli-w==1.2.0 # via tox -tox==4.49.1 +tox==4.50.3 # via -r requirements/test.in tzdata==2025.3 # via