From 3cd1b99dfb103949402479d0cbe418568a2afd9e Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Mon, 13 Apr 2026 01:53:59 -0400 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/ci.txt | 14 ++++++------ requirements/dev.txt | 24 +++++++++++---------- requirements/pip-tools.txt | 6 +++--- requirements/pip.txt | 2 +- requirements/quality.txt | 44 ++++++++++++++++---------------------- requirements/test.txt | 22 +++++++++---------- 6 files changed, 55 insertions(+), 57 deletions(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index 34542ff..6faf5fa 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: # # pip-compile --allow-unsafe --output-file=requirements/ci.txt requirements/ci.in @@ -19,7 +19,7 @@ packaging==26.0 # via # pyproject-api # tox -platformdirs==4.9.4 +platformdirs==4.9.6 # via # python-discovery # tox @@ -28,11 +28,13 @@ pluggy==1.6.0 # via tox pyproject-api==1.10.0 # via tox -python-discovery==1.1.3 - # via virtualenv +python-discovery==1.2.2 + # via + # tox + # virtualenv tomli-w==1.2.0 # via tox -tox==4.49.1 +tox==4.52.1 # via -r requirements/ci.in -virtualenv==21.2.0 +virtualenv==21.2.1 # via tox diff --git a/requirements/dev.txt b/requirements/dev.txt index e31a804..39a5d30 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: # # pip-compile --allow-unsafe --output-file=requirements/dev.txt requirements/base.in requirements/dev.in @@ -8,23 +8,23 @@ appdirs==1.4.4 # via fs asgiref==3.11.1 # via django -boto3==1.42.68 +boto3==1.42.88 # via fs-s3fs -botocore==1.42.68 +botocore==1.42.88 # via # boto3 # s3transfer -build==1.4.0 +build==1.4.3 # via pip-tools cachetools==7.0.5 # via tox -click==8.3.1 +click==8.3.2 # via pip-tools colorama==0.4.6 # via tox distlib==0.4.0 # via virtualenv -django==5.2.12 +django==5.2.13 # via # -c requirements/common_constraints.txt # -r requirements/base.in @@ -51,7 +51,7 @@ packaging==26.0 # wheel pip-tools==7.5.3 # via -r requirements/dev.in -platformdirs==4.9.4 +platformdirs==4.9.6 # via # python-discovery # tox @@ -66,8 +66,10 @@ pyproject-hooks==1.2.0 # pip-tools python-dateutil==2.9.0.post0 # via botocore -python-discovery==1.1.3 - # via virtualenv +python-discovery==1.2.2 + # via + # tox + # virtualenv s3transfer==0.16.0 # via boto3 six==1.17.0 @@ -79,11 +81,11 @@ sqlparse==0.5.5 # via django tomli-w==1.2.0 # via tox -tox==4.49.1 +tox==4.52.1 # via -r requirements/dev.in urllib3==2.6.3 # via botocore -virtualenv==21.2.0 +virtualenv==21.2.1 # via tox wheel==0.46.3 # via pip-tools diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 436357e..091f51f 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -1,12 +1,12 @@ # -# 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: # # pip-compile --output-file=requirements/pip-tools.txt requirements/pip-tools.in # -build==1.4.0 +build==1.4.3 # via pip-tools -click==8.3.1 +click==8.3.2 # via pip-tools packaging==26.0 # via diff --git a/requirements/pip.txt b/requirements/pip.txt index 648e8b9..9fd2ad7 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: # # pip-compile --allow-unsafe --output-file=requirements/pip.txt requirements/pip.in diff --git a/requirements/quality.txt b/requirements/quality.txt index 94ea76e..d8fa9ac 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: # # pip-compile --allow-unsafe --output-file=requirements/quality.txt requirements/quality.in @@ -16,14 +16,12 @@ astroid==4.0.4 # via # pylint # pylint-celery -backports-tarfile==1.2.0 - # via jaraco-context -boto3==1.42.68 +boto3==1.42.88 # via # -r requirements/test.txt # fs-s3fs # moto -botocore==1.42.68 +botocore==1.42.88 # via # -r requirements/test.txt # boto3 @@ -37,31 +35,31 @@ cffi==2.0.0 # via # -r requirements/test.txt # cryptography -charset-normalizer==3.4.6 +charset-normalizer==3.4.7 # via # -r requirements/test.txt # requests -click==8.3.1 +click==8.3.2 # via # click-log # code-annotations # edx-lint click-log==0.4.0 # via edx-lint -code-annotations==2.3.2 +code-annotations==3.0.0 # via edx-lint -coverage[toml]==7.13.4 +coverage[toml]==7.13.5 # via # -r requirements/test.txt # pytest-cov -cryptography==46.0.5 +cryptography==46.0.7 # via # -r requirements/test.txt # moto # secretstorage dill==0.4.1 # via pylint -django==5.2.12 +django==5.2.13 # via # -c requirements/common_constraints.txt # -r requirements/test.txt @@ -81,8 +79,6 @@ idna==3.11 # via # -r requirements/test.txt # requests -importlib-metadata==8.7.1 - # via keyring iniconfig==2.3.0 # via # -r requirements/test.txt @@ -93,7 +89,7 @@ isort==8.0.1 # pylint jaraco-classes==3.4.0 # via keyring -jaraco-context==6.1.1 +jaraco-context==6.1.2 # via keyring jaraco-functools==4.4.0 # via keyring @@ -126,7 +122,7 @@ mdurl==0.1.2 # via markdown-it-py mock==5.2.0 # via -r requirements/test.txt -more-itertools==10.8.0 +more-itertools==11.0.2 # via # jaraco-classes # jaraco-functools @@ -134,14 +130,14 @@ moto==4.2.14 # via # -c requirements/constraints.txt # -r requirements/test.txt -nh3==0.3.3 +nh3==0.3.4 # via readme-renderer packaging==26.0 # via # -r requirements/test.txt # pytest # twine -platformdirs==4.9.4 +platformdirs==4.9.6 # via pylint pluggy==1.6.0 # via @@ -156,7 +152,7 @@ pycparser==3.0 # cffi pydocstyle==6.3.0 # via -r requirements/quality.in -pygments==2.19.2 +pygments==2.20.0 # via # -r requirements/test.txt # pytest @@ -178,12 +174,12 @@ pylint-plugin-utils==0.9.0 # pylint-django pypng==0.20220715.0 # via -r requirements/test.txt -pytest==9.0.2 +pytest==9.0.3 # via # -r requirements/test.txt # pytest-cov # pytest-django -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 @@ -201,7 +197,7 @@ pyyaml==6.0.3 # responses readme-renderer==44.0 # via twine -requests==2.32.5 +requests==2.33.1 # via # -r requirements/test.txt # moto @@ -216,7 +212,7 @@ responses==0.26.0 # moto rfc3986==2.0.0 # via twine -rich==14.3.3 +rich==15.0.0 # via twine s3transfer==0.16.0 # via @@ -253,7 +249,7 @@ urllib3==2.6.3 # requests # responses # twine -werkzeug==3.1.6 +werkzeug==3.1.8 # via # -r requirements/test.txt # moto @@ -261,8 +257,6 @@ xmltodict==1.0.4 # via # -r requirements/test.txt # moto -zipp==3.23.0 - # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: setuptools==81.0.0 diff --git a/requirements/test.txt b/requirements/test.txt index 87b748f..7c9cf3f 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: # # pip-compile --allow-unsafe --output-file=requirements/test.txt requirements/base.in requirements/test.in @@ -8,11 +8,11 @@ appdirs==1.4.4 # via fs asgiref==3.11.1 # via django -boto3==1.42.68 +boto3==1.42.88 # via # fs-s3fs # moto -botocore==1.42.68 +botocore==1.42.88 # via # boto3 # moto @@ -21,11 +21,11 @@ certifi==2026.2.25 # via requests cffi==2.0.0 # via cryptography -charset-normalizer==3.4.6 +charset-normalizer==3.4.7 # via requests -coverage[toml]==7.13.4 +coverage[toml]==7.13.5 # via pytest-cov -cryptography==46.0.5 +cryptography==46.0.7 # via moto # via # -c requirements/common_constraints.txt @@ -64,16 +64,16 @@ pluggy==1.6.0 # pytest-cov pycparser==3.0 # via cffi -pygments==2.19.2 +pygments==2.20.0 # via pytest pypng==0.20220715.0 # via -r requirements/test.in -pytest==9.0.2 +pytest==9.0.3 # via # -r requirements/test.in # 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 @@ -83,7 +83,7 @@ python-dateutil==2.9.0.post0 # moto pyyaml==6.0.3 # via responses -requests==2.32.5 +requests==2.33.1 # via # moto # responses @@ -103,7 +103,7 @@ urllib3==2.6.3 # botocore # requests # responses -werkzeug==3.1.6 +werkzeug==3.1.8 # via moto xmltodict==1.0.4 # via moto