diff --git a/requirements/base.txt b/requirements/base.txt index 45303ce..a3e06d1 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 7482ab8..127baaa 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 @@ -107,9 +111,9 @@ 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 -filelock==3.25.1 +filelock==3.25.2 # via # -r requirements/tox.txt # python-discovery @@ -132,6 +136,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 @@ -403,6 +411,10 @@ xblock==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 15e3918..2b6b531 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 diff --git a/requirements/docs.txt b/requirements/docs.txt index cdbf82a..61529e8 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 @@ -24,7 +24,7 @@ beautifulsoup4==4.14.3 # via pydata-sphinx-theme certifi==2026.2.25 # via requests -charset-normalizer==3.4.5 +charset-normalizer==3.4.6 # via requests django==5.2.12 # via -r requirements/base.txt @@ -94,7 +94,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 3214eae..34253b7 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 @@ -20,15 +20,15 @@ astroid==4.0.4 # pylint-celery binaryornot==0.6.0 # via cookiecutter -boto3==1.42.64 +boto3==1.42.68 # via fs-s3fs -botocore==1.42.64 +botocore==1.42.68 # via # boto3 # s3transfer certifi==2026.2.25 # via requests -charset-normalizer==3.4.5 +charset-normalizer==3.4.6 # via requests click==8.3.1 # via @@ -51,7 +51,7 @@ django==5.2.12 # -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt # -r requirements/base.txt # xblock-sdk -edx-lint==5.6.0 +edx-lint==6.0.0 # via -r requirements/quality.in fs==2.4.16 # via diff --git a/requirements/test.txt b/requirements/test.txt index f4a21d8..687b59b 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,11 +20,13 @@ 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 fs-s3fs -botocore==1.42.64 +botocore==1.42.68 # via # boto3 # s3transfer @@ -32,7 +34,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 @@ -63,7 +65,7 @@ dill==0.4.1 # xblock-sdk docutils==0.22.4 # via readme-renderer -edx-lint==5.6.0 +edx-lint==6.0.0 # via -r requirements/test.in fs==2.4.16 # via @@ -76,6 +78,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 @@ -254,6 +258,8 @@ xblock==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