From 4ddfe9959045434ef1422b4c5b99ac0940b65169 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Sun, 15 Mar 2026 20:23:18 -0400 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/base.txt | 8 ++++---- requirements/ci.txt | 26 +++++++++++++++++++------- requirements/dev.txt | 8 ++++---- requirements/docs.txt | 12 ++++++------ requirements/pip-tools.txt | 2 +- requirements/pip.txt | 2 +- requirements/quality.txt | 18 ++++++++++++------ requirements/test.txt | 18 ++++++++++++------ requirements/tox.txt | 4 ++-- 9 files changed, 61 insertions(+), 37 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index e3c7039..934871c 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 @@ -8,9 +8,9 @@ appdirs==1.4.4 # via fs asgiref==3.11.1 # via django -boto3==1.42.64 +boto3==1.42.68 # via fs-s3fs -botocore==1.42.64 +botocore==1.42.68 # via # boto3 # s3transfer @@ -47,7 +47,7 @@ markupsafe==3.0.3 # via # mako # xblock -openedx-django-pyfs==3.8.0 +openedx-django-pyfs==4.0.0 # via xblock openedx-filters==2.1.0 # via -r requirements/base.in diff --git a/requirements/ci.txt b/requirements/ci.txt index 4d1f599..4a464d4 100644 --- a/requirements/ci.txt +++ b/requirements/ci.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,15 +25,19 @@ astroid==4.0.4 # -r requirements/test.txt # pylint # pylint-celery +backports-tarfile==1.2.0 + # via + # -r requirements/test.txt + # jaraco-context binaryornot==0.6.0 # via # -r requirements/test.txt # cookiecutter -boto3==1.42.64 +boto3==1.42.68 # via # -r requirements/test.txt # fs-s3fs -botocore==1.42.64 +botocore==1.42.68 # via # -r requirements/test.txt # boto3 @@ -50,7 +54,7 @@ cffi==2.0.0 # via # -r requirements/test.txt # cryptography -charset-normalizer==3.4.5 +charset-normalizer==3.4.6 # via # -r requirements/test.txt # requests @@ -116,13 +120,13 @@ docutils==0.22.4 # via # -r requirements/test.txt # readme-renderer -edx-lint==5.6.0 +edx-lint==6.0.0 # via -r requirements/test.txt edx-opaque-keys[django]==3.1.0 # via # -r requirements/test.txt # openedx-filters -filelock==3.25.1 +filelock==3.25.2 # via # -r requirements/tox.txt # python-discovery @@ -147,6 +151,10 @@ idna==3.11 # via # -r requirements/test.txt # requests +importlib-metadata==8.7.1 + # via + # -r requirements/test.txt + # keyring iniconfig==2.3.0 # via # -r requirements/test.txt @@ -228,7 +236,7 @@ nh3==0.3.3 # via # -r requirements/test.txt # readme-renderer -openedx-django-pyfs==3.8.0 +openedx-django-pyfs==4.0.0 # via # -r requirements/test.txt # xblock @@ -445,6 +453,10 @@ xblock[django]==5.3.0 # xblock-sdk xblock-sdk==0.13.0 # via -r requirements/test.txt +zipp==3.23.0 + # via + # -r requirements/test.txt + # importlib-metadata # The following packages are considered to be unsafe in a requirements file: # setuptools diff --git a/requirements/dev.txt b/requirements/dev.txt index 5f483d0..ee82bef 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 @@ -12,11 +12,11 @@ asgiref==3.11.1 # via # -r requirements/base.txt # django -boto3==1.42.64 +boto3==1.42.68 # via # -r requirements/base.txt # fs-s3fs -botocore==1.42.64 +botocore==1.42.68 # via # -r requirements/base.txt # boto3 @@ -76,7 +76,7 @@ markupsafe==3.0.3 # -r requirements/base.txt # mako # xblock -openedx-django-pyfs==3.8.0 +openedx-django-pyfs==4.0.0 # via # -r requirements/base.txt # xblock diff --git a/requirements/docs.txt b/requirements/docs.txt index 1b10ab3..35641eb 100644 --- a/requirements/docs.txt +++ b/requirements/docs.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 @@ -22,18 +22,18 @@ babel==2.18.0 # sphinx beautifulsoup4==4.14.3 # via pydata-sphinx-theme -boto3==1.42.64 +boto3==1.42.68 # via # -r requirements/base.txt # fs-s3fs -botocore==1.42.64 +botocore==1.42.68 # via # -r requirements/base.txt # boto3 # s3transfer certifi==2026.2.25 # via requests -charset-normalizer==3.4.5 +charset-normalizer==3.4.6 # via requests django==5.2.12 # via @@ -94,7 +94,7 @@ markupsafe==3.0.3 # jinja2 # mako # xblock -openedx-django-pyfs==3.8.0 +openedx-django-pyfs==4.0.0 # via # -r requirements/base.txt # xblock @@ -148,7 +148,7 @@ snowballstemmer==3.0.1 # via sphinx soupsieve==2.8.3 # via beautifulsoup4 -sphinx==9.1.0 +sphinx==9.0.4 # via # -r requirements/docs.in # pydata-sphinx-theme 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 c87fe30..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 diff --git a/requirements/quality.txt b/requirements/quality.txt index bed4449..4942ef3 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 @@ -18,13 +18,15 @@ astroid==4.0.4 # via # pylint # pylint-celery +backports-tarfile==1.2.0 + # via jaraco-context binaryornot==0.6.0 # via cookiecutter -boto3==1.42.64 +boto3==1.42.68 # via # -r requirements/base.txt # fs-s3fs -botocore==1.42.64 +botocore==1.42.68 # via # -r requirements/base.txt # boto3 @@ -33,7 +35,7 @@ certifi==2026.2.25 # via requests cffi==2.0.0 # via cryptography -charset-normalizer==3.4.5 +charset-normalizer==3.4.6 # via requests click==8.3.1 # via @@ -69,7 +71,7 @@ dnspython==2.8.0 # pymongo docutils==0.22.4 # via readme-renderer -edx-lint==5.6.0 +edx-lint==6.0.0 # via -r requirements/quality.in edx-opaque-keys[django]==3.1.0 # via @@ -90,6 +92,8 @@ id==1.6.1 # via twine idna==3.11 # via requests +importlib-metadata==8.7.1 + # via keyring isort==8.0.1 # via pylint jaraco-classes==3.4.0 @@ -144,7 +148,7 @@ more-itertools==10.8.0 # jaraco-functools nh3==0.3.3 # via readme-renderer -openedx-django-pyfs==3.8.0 +openedx-django-pyfs==4.0.0 # via # -r requirements/base.txt # xblock @@ -281,6 +285,8 @@ xblock[django]==5.3.0 # xblock-sdk xblock-sdk==0.13.0 # via -r requirements/quality.in +zipp==3.23.0 + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # setuptools diff --git a/requirements/test.txt b/requirements/test.txt index 2658eeb..cfcaf8d 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 @@ -20,13 +20,15 @@ astroid==4.0.4 # via # pylint # pylint-celery +backports-tarfile==1.2.0 + # via jaraco-context binaryornot==0.6.0 # via cookiecutter -boto3==1.42.64 +boto3==1.42.68 # via # -r requirements/base.txt # fs-s3fs -botocore==1.42.64 +botocore==1.42.68 # via # -r requirements/base.txt # boto3 @@ -35,7 +37,7 @@ certifi==2026.2.25 # via requests cffi==2.0.0 # via cryptography -charset-normalizer==3.4.5 +charset-normalizer==3.4.6 # via requests click==8.3.1 # via @@ -75,7 +77,7 @@ dnspython==2.8.0 # pymongo docutils==0.22.4 # via readme-renderer -edx-lint==5.6.0 +edx-lint==6.0.0 # via -r requirements/test.in edx-opaque-keys[django]==3.1.0 # via @@ -96,6 +98,8 @@ id==1.6.1 # via twine idna==3.11 # via requests +importlib-metadata==8.7.1 + # via keyring iniconfig==2.3.0 # via pytest isort==8.0.1 @@ -154,7 +158,7 @@ more-itertools==10.8.0 # jaraco-functools nh3==0.3.3 # via readme-renderer -openedx-django-pyfs==3.8.0 +openedx-django-pyfs==4.0.0 # via # -r requirements/base.txt # xblock @@ -307,6 +311,8 @@ xblock[django]==5.3.0 # xblock-sdk xblock-sdk==0.13.0 # via -r requirements/test.in +zipp==3.23.0 + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # setuptools diff --git a/requirements/tox.txt b/requirements/tox.txt index b48edd4..c45dd48 100644 --- a/requirements/tox.txt +++ b/requirements/tox.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,7 +10,7 @@ colorama==0.4.6 # via tox distlib==0.4.0 # via virtualenv -filelock==3.25.1 +filelock==3.25.2 # via # python-discovery # tox