diff --git a/requirements/base.txt b/requirements/base.txt index 1f4abdb..9ab7f50 100644 --- a/requirements/base.txt +++ b/requirements/base.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: # # make upgrade diff --git a/requirements/ci.txt b/requirements/ci.txt index 7019fc7..f5aec0d 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: # # make upgrade @@ -30,11 +30,11 @@ pluggy==1.6.0 # tox pyproject-api==1.10.0 # via tox -python-discovery==1.1.3 +python-discovery==1.2.0 # via virtualenv tomli-w==1.2.0 # via tox -tox==4.49.1 +tox==4.50.3 # via -r requirements/ci.in virtualenv==21.2.0 # via diff --git a/requirements/dev.txt b/requirements/dev.txt index 3f78763..664d304 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: # # make upgrade @@ -10,17 +10,15 @@ astroid==4.0.4 # via # pylint # pylint-celery -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.1.0 +chardet==7.2.0 # via diff-cover -charset-normalizer==3.4.5 +charset-normalizer==3.4.6 # via requests click==8.3.1 # via @@ -29,7 +27,7 @@ click==8.3.1 # edx-lint click-log==0.4.0 # via edx-lint -code-annotations==2.3.2 +code-annotations==3.0.0 # via edx-lint colorama==0.4.6 # via tox @@ -61,8 +59,6 @@ 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 @@ -151,7 +147,7 @@ pylint-plugin-utils==0.9.0 # pylint-django pyproject-api==1.10.0 # via tox -python-discovery==1.1.3 +python-discovery==1.2.0 # via virtualenv python-slugify==8.0.4 # via code-annotations @@ -187,7 +183,7 @@ tomli-w==1.2.0 # via tox tomlkit==0.14.0 # via pylint -tox==4.49.1 +tox==4.50.3 # via -r requirements/dev.in twine==6.2.0 # via -r requirements/dev.in @@ -202,5 +198,3 @@ virtualenv==21.2.0 # 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 cf2f84d..1c87e37 100644 --- a/requirements/doc.txt +++ b/requirements/doc.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: # # make upgrade @@ -14,15 +14,13 @@ 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 # via requests cffi==2.0.0 # via cryptography -charset-normalizer==3.4.5 +charset-normalizer==3.4.6 # via requests cryptography==46.0.5 # via secretstorage @@ -45,8 +43,6 @@ 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 @@ -120,7 +116,7 @@ snowballstemmer==3.0.1 # via sphinx soupsieve==2.8.3 # via beautifulsoup4 -sphinx==9.0.4 +sphinx==9.1.0 # via # -r requirements/doc.in # pydata-sphinx-theme @@ -156,5 +152,3 @@ 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 c952cd2..d89516b 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.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # make upgrade diff --git a/requirements/pip.txt b/requirements/pip.txt index 341a251..c87fe30 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: # # make upgrade diff --git a/requirements/quality.txt b/requirements/quality.txt index 7c18f43..b3e0389 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: # # make upgrade @@ -17,7 +17,7 @@ click==8.3.1 # edx-lint click-log==0.4.0 # via edx-lint -code-annotations==2.3.2 +code-annotations==3.0.0 # via edx-lint dill==0.4.1 # via pylint diff --git a/requirements/test.txt b/requirements/test.txt index 260242d..b2ff9fc 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,10 +1,10 @@ # -# 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: # # make upgrade # -coverage[toml]==7.13.4 +coverage[toml]==7.13.5 # via pytest-cov ddt==1.3.1 # via -r requirements/test.in