From dffdc20f0957cc9c53db9db8f58fef70084c3951 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Wed, 11 Mar 2026 01:22:40 -0400 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/base.txt | 2 +- requirements/ci.txt | 12 ++++++------ requirements/dev.txt | 14 +++++++------- requirements/doc.txt | 17 +++++++++++------ requirements/pip-tools.txt | 2 +- requirements/pip.txt | 4 ++-- requirements/quality.txt | 4 ++-- requirements/test.txt | 2 +- 8 files changed, 31 insertions(+), 26 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 29a8593f..9fce2b70 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 8e347215..a3039085 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.1 # via # python-discovery # tox @@ -28,11 +28,11 @@ pluggy==1.6.0 # via tox pyproject-api==1.10.0 # via tox -python-discovery==1.1.0 +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 tox diff --git a/requirements/dev.txt b/requirements/dev.txt index 179da570..ef8faf37 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 @@ -35,7 +35,7 @@ build==1.4.0 # via # -r requirements/pip-tools.txt # pip-tools -cachetools==7.0.3 +cachetools==7.0.5 # via # -r requirements/ci.txt # tox @@ -177,7 +177,7 @@ edx-django-utils==8.0.1 # edx-toggles # event-tracking # openedx-events -edx-i18n-tools==1.9.0 +edx-i18n-tools==2.0.0 # via -r requirements/dev.in edx-lint==5.6.0 # via -r requirements/quality.txt @@ -205,7 +205,7 @@ fastavro==1.12.1 # openedx-events fasteners==0.20 # via -r requirements/quality.txt -filelock==3.25.0 +filelock==3.25.1 # via # -r requirements/ci.txt # python-discovery @@ -365,7 +365,7 @@ python-dateutil==2.9.0.post0 # via # -r requirements/quality.txt # celery -python-discovery==1.1.0 +python-discovery==1.1.3 # via # -r requirements/ci.txt # virtualenv @@ -426,7 +426,7 @@ tomlkit==0.14.0 # via # -r requirements/quality.txt # pylint -tox==4.49.0 +tox==4.49.1 # via -r requirements/ci.txt typing-extensions==4.15.0 # via @@ -450,7 +450,7 @@ vine==5.1.0 # amqp # celery # kombu -virtualenv==21.1.0 +virtualenv==21.2.0 # via # -r requirements/ci.txt # tox diff --git a/requirements/doc.txt b/requirements/doc.txt index 67ae80df..584e0f46 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 @@ -30,6 +30,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 billiard==4.2.4 @@ -192,6 +194,8 @@ idna==3.11 # requests imagesize==2.0.0 # via sphinx +importlib-metadata==8.7.1 + # via keyring iniconfig==2.3.0 # via # -r requirements/test.txt @@ -200,7 +204,7 @@ isodate==0.7.2 # via -r requirements/test.txt jaraco-classes==3.4.0 # via keyring -jaraco-context==6.1.0 +jaraco-context==6.1.1 # via keyring jaraco-functools==4.4.0 # via keyring @@ -250,7 +254,6 @@ packaging==26.0 # -r requirements/test.txt # build # kombu - # pydata-sphinx-theme # pytest # sphinx # twine @@ -271,7 +274,7 @@ pycparser==3.0 # via # -r requirements/test.txt # cffi -pydata-sphinx-theme==0.15.4 +pydata-sphinx-theme==0.16.1 # via sphinx-book-theme pygments==2.19.2 # via @@ -355,12 +358,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 @@ -423,6 +426,8 @@ wcwidth==0.6.0 # via # -r requirements/test.txt # prompt-toolkit +zipp==3.23.0 + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # setuptools diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index d89516b8..c952cd2a 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 084d708e..341a251b 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 f7db69bb..15b10d5d 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 @@ -362,7 +362,7 @@ wheel==0.46.3 # via -r requirements/quality.in # The following packages are considered to be unsafe in a requirements file: -setuptools==82.0.0 +setuptools==82.0.1 # via # -r requirements/quality.in # openedx-events diff --git a/requirements/test.txt b/requirements/test.txt index dcb6e102..22d6a855 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