From 5dfd24423601b57f1bd8516b3cced5b151460c27 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Sun, 22 Mar 2026 20:43:27 -0400 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/base.txt | 6 +++--- requirements/ci.txt | 6 +++--- requirements/pip-tools.txt | 2 +- requirements/pip.txt | 2 +- requirements/test.txt | 12 ++++++------ 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 842b0ce..6a911cc 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 @@ -8,9 +8,9 @@ appdirs==1.4.4 # via fs asgiref==3.11.1 # via django -boto3==1.42.68 +boto3==1.42.73 # via fs-s3fs -botocore==1.42.68 +botocore==1.42.73 # via # boto3 # s3transfer diff --git a/requirements/ci.txt b/requirements/ci.txt index 5f966cd..a4f7fd0 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/pip-tools.txt b/requirements/pip-tools.txt index c952cd2..d89516b 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 341a251..c87fe30 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/test.txt b/requirements/test.txt index 4f28951..64c2720 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 @@ -20,11 +20,11 @@ astroid==4.0.4 # pylint-celery binaryornot==0.6.0 # via 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 @@ -41,11 +41,11 @@ 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 cookiecutter==2.7.1 # via xblock-sdk -coverage[toml]==7.13.4 +coverage[toml]==7.13.5 # via pytest-cov dill==0.4.1 # via pylint @@ -147,7 +147,7 @@ pytest==9.0.2 # via # pytest-cov # pytest-django -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