From 92eaedc8c05647c341569be3acc38249d66146f5 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Fri, 13 Mar 2026 01:25:52 -0400 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/base.txt | 2 +- requirements/ci.txt | 12 ++++++------ requirements/dev.txt | 24 +++++++++++++++--------- requirements/doc.txt | 15 ++++++++++----- requirements/pip-tools.txt | 2 +- requirements/pip.txt | 4 ++-- requirements/quality.txt | 4 ++-- requirements/test.txt | 2 +- 8 files changed, 38 insertions(+), 27 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 9ab7f50..1f4abdb 100644 --- a/requirements/base.txt +++ b/requirements/base.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: # # make upgrade diff --git a/requirements/ci.txt b/requirements/ci.txt index 8c3dcad..7019fc7 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -1,16 +1,16 @@ # -# 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: # # make upgrade # -cachetools==7.0.3 +cachetools==7.0.5 # via tox colorama==0.4.6 # via tox distlib==0.4.0 # via virtualenv -filelock==3.25.0 +filelock==3.25.2 # via # python-discovery # tox @@ -30,13 +30,13 @@ pluggy==1.6.0 # tox pyproject-api==1.10.0 # via tox -python-discovery==1.1.1 +python-discovery==1.1.3 # via virtualenv tomli-w==1.2.0 # via tox -tox==4.49.0 +tox==4.49.1 # via -r requirements/ci.in -virtualenv==21.1.0 +virtualenv==21.2.0 # via # -r requirements/ci.in # tox diff --git a/requirements/dev.txt b/requirements/dev.txt index f0e5cf2..3f78763 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: # # make upgrade @@ -10,13 +10,15 @@ astroid==4.0.4 # via # pylint # pylint-celery -cachetools==7.0.3 +backports-tarfile==1.2.0 + # via jaraco-context +cachetools==7.0.5 # via tox certifi==2026.2.25 # via requests cffi==2.0.0 # via cryptography -chardet==7.0.1 +chardet==7.1.0 # via diff-cover charset-normalizer==3.4.5 # via requests @@ -46,11 +48,11 @@ django==5.2.12 # edx-i18n-tools docutils==0.22.4 # via readme-renderer -edx-i18n-tools==1.9.0 +edx-i18n-tools==2.0.0 # via -r requirements/dev.in -edx-lint==5.6.0 +edx-lint==6.0.0 # via -r requirements/quality.in -filelock==3.25.0 +filelock==3.25.2 # via # python-discovery # tox @@ -59,6 +61,8 @@ id==1.6.1 # via twine idna==3.11 # via requests +importlib-metadata==8.7.1 + # via keyring isort==8.0.1 # via # -r requirements/quality.in @@ -147,7 +151,7 @@ pylint-plugin-utils==0.9.0 # pylint-django pyproject-api==1.10.0 # via tox -python-discovery==1.1.1 +python-discovery==1.1.3 # via virtualenv python-slugify==8.0.4 # via code-annotations @@ -183,7 +187,7 @@ tomli-w==1.2.0 # via tox tomlkit==0.14.0 # via pylint -tox==4.49.0 +tox==4.49.1 # via -r requirements/dev.in twine==6.2.0 # via -r requirements/dev.in @@ -192,9 +196,11 @@ urllib3==2.6.3 # id # requests # twine -virtualenv==21.1.0 +virtualenv==21.2.0 # via # -r requirements/dev.in # tox wheel==0.46.3 # via -r requirements/dev.in +zipp==3.23.0 + # via importlib-metadata diff --git a/requirements/doc.txt b/requirements/doc.txt index 1a73b23..cf2f84d 100644 --- a/requirements/doc.txt +++ b/requirements/doc.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: # # make upgrade @@ -14,6 +14,8 @@ babel==2.18.0 # via # pydata-sphinx-theme # sphinx +backports-tarfile==1.2.0 + # via jaraco-context beautifulsoup4==4.14.3 # via pydata-sphinx-theme certifi==2026.2.25 @@ -43,6 +45,8 @@ idna==3.11 # via requests imagesize==2.0.0 # via sphinx +importlib-metadata==8.7.1 + # via keyring jaraco-classes==3.4.0 # via keyring jaraco-context==6.1.1 @@ -71,14 +75,13 @@ nh3==0.3.3 # via readme-renderer packaging==26.0 # via - # pydata-sphinx-theme # sphinx # twine pockets==0.9.1 # via sphinxcontrib-napoleon pycparser==3.0 # via cffi -pydata-sphinx-theme==0.15.4 +pydata-sphinx-theme==0.16.1 # via sphinx-book-theme pygments==2.19.2 # via @@ -117,12 +120,12 @@ snowballstemmer==3.0.1 # via sphinx soupsieve==2.8.3 # via beautifulsoup4 -sphinx==9.1.0 +sphinx==9.0.4 # via # -r requirements/doc.in # pydata-sphinx-theme # sphinx-book-theme -sphinx-book-theme==1.1.4 +sphinx-book-theme==1.2.0 # via -r requirements/doc.in sphinxcontrib-applehelp==2.0.0 # via sphinx @@ -153,3 +156,5 @@ urllib3==2.6.3 # id # requests # twine +zipp==3.23.0 + # via importlib-metadata diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index d89516b..c952cd2 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: # # make upgrade diff --git a/requirements/pip.txt b/requirements/pip.txt index 084d708..341a251 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: # # make upgrade @@ -12,5 +12,5 @@ wheel==0.46.3 # The following packages are considered to be unsafe in a requirements file: pip==26.0.1 # via -r requirements/pip.in -setuptools==82.0.0 +setuptools==82.0.1 # via -r requirements/pip.in diff --git a/requirements/quality.txt b/requirements/quality.txt index 536a87e..7c18f43 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: # # make upgrade @@ -25,7 +25,7 @@ django==5.2.12 # via # -c requirements/common_constraints.txt # -r requirements/quality.in -edx-lint==5.6.0 +edx-lint==6.0.0 # via -r requirements/quality.in isort==8.0.1 # via diff --git a/requirements/test.txt b/requirements/test.txt index f5ad03f..260242d 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: # # make upgrade