From 11a71828c123a4727b180086949fbd6e3c60599c Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Fri, 15 Aug 2025 01:07:29 -0400 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/ci.txt | 16 +++---- requirements/common_constraints.txt | 7 ---- requirements/dev.txt | 65 ++++++++++++++--------------- requirements/doc.txt | 35 ++++++++-------- requirements/pip-tools.txt | 6 +-- requirements/pip.txt | 2 +- requirements/quality.txt | 22 +++++----- requirements/test.txt | 12 ++++-- 8 files changed, 80 insertions(+), 85 deletions(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index 0c7efc4..59d39e2 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -4,15 +4,15 @@ # # make upgrade # -cachetools==5.5.2 +cachetools==6.1.0 # via tox chardet==5.2.0 # via tox colorama==0.4.6 # via tox -distlib==0.3.9 +distlib==0.4.0 # via virtualenv -filelock==3.18.0 +filelock==3.19.1 # via # tox # virtualenv @@ -20,19 +20,19 @@ packaging==25.0 # via # pyproject-api # tox -platformdirs==4.3.7 +platformdirs==4.3.8 # via # tox # virtualenv -pluggy==1.5.0 +pluggy==1.6.0 # via # -r requirements/ci.in # tox -pyproject-api==1.9.0 +pyproject-api==1.9.1 # via tox -tox==4.25.0 +tox==4.28.4 # via -r requirements/ci.in -virtualenv==20.30.0 +virtualenv==20.34.0 # via # -r requirements/ci.in # tox diff --git a/requirements/common_constraints.txt b/requirements/common_constraints.txt index 1511019..420f27c 100644 --- a/requirements/common_constraints.txt +++ b/requirements/common_constraints.txt @@ -19,13 +19,6 @@ Django<5.0 # See https://github.com/openedx/edx-platform/issues/35126 for more info elasticsearch<7.14.0 -# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected -django-simple-history==3.0.0 - # Cause: https://github.com/openedx/edx-lint/issues/458 # This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved. pip<24.3 - -# Cause: https://github.com/openedx/edx-lint/issues/475 -# This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved. -urllib3<2.3.0 diff --git a/requirements/dev.txt b/requirements/dev.txt index e4a7ef9..ae63d28 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -4,17 +4,17 @@ # # make upgrade # -asgiref==3.8.1 +asgiref==3.9.1 # via django -astroid==3.3.9 +astroid==3.3.11 # via # pylint # pylint-celery backports-tarfile==1.2.0 # via jaraco-context -cachetools==5.5.2 +cachetools==6.1.0 # via tox -certifi==2025.4.26 +certifi==2025.8.3 # via requests cffi==1.17.1 # via cryptography @@ -22,9 +22,9 @@ chardet==5.2.0 # via # diff-cover # tox -charset-normalizer==3.4.1 +charset-normalizer==3.4.3 # via requests -click==8.1.8 +click==8.2.1 # via # click-log # code-annotations @@ -35,26 +35,26 @@ code-annotations==2.3.0 # via edx-lint colorama==0.4.6 # via tox -cryptography==44.0.2 +cryptography==45.0.6 # via secretstorage -diff-cover==9.2.4 +diff-cover==9.6.0 # via -r requirements/dev.in dill==0.4.0 # via pylint -distlib==0.3.9 +distlib==0.4.0 # via virtualenv -django==4.2.20 +django==4.2.23 # via # -c requirements/common_constraints.txt # -r requirements/quality.in # edx-i18n-tools -docutils==0.21.2 +docutils==0.22 # via readme-renderer edx-i18n-tools==1.9.0 # via -r requirements/dev.in edx-lint==5.6.0 # via -r requirements/quality.in -filelock==3.18.0 +filelock==3.19.1 # via # tox # virtualenv @@ -72,7 +72,7 @@ jaraco-classes==3.4.0 # via keyring jaraco-context==6.0.1 # via keyring -jaraco-functools==4.1.0 +jaraco-functools==4.2.1 # via keyring jeepney==0.9.0 # via @@ -84,13 +84,13 @@ jinja2==3.1.6 # diff-cover keyring==25.6.0 # via twine -lxml[html-clean,html_clean]==5.4.0 +lxml[html-clean]==6.0.0 # via # edx-i18n-tools # lxml-html-clean lxml-html-clean==0.4.2 # via lxml -markdown-it-py==3.0.0 +markdown-it-py==4.0.0 # via rich markupsafe==3.0.2 # via jinja2 @@ -102,7 +102,7 @@ more-itertools==10.7.0 # via # jaraco-classes # jaraco-functools -nh3==0.2.21 +nh3==0.3.0 # via readme-renderer packaging==25.0 # via @@ -111,32 +111,32 @@ packaging==25.0 # twine path==16.16.0 # via edx-i18n-tools -pbr==6.1.1 +pbr==7.0.0 # via stevedore -platformdirs==4.3.7 +platformdirs==4.3.8 # via # pylint # tox # virtualenv -pluggy==1.5.0 +pluggy==1.6.0 # via # -r requirements/dev.in # diff-cover # tox polib==1.2.0 # via edx-i18n-tools -pycodestyle==2.13.0 +pycodestyle==2.14.0 # via -r requirements/quality.in pycparser==2.22 # via cffi pydocstyle==6.3.0 # via -r requirements/quality.in -pygments==2.19.1 +pygments==2.19.2 # via # diff-cover # readme-renderer # rich -pylint==3.3.6 +pylint==3.3.8 # via # edx-lint # pylint-celery @@ -146,11 +146,11 @@ pylint-celery==0.3 # via edx-lint pylint-django==2.6.1 # via edx-lint -pylint-plugin-utils==0.8.2 +pylint-plugin-utils==0.9.0 # via # pylint-celery # pylint-django -pyproject-api==1.9.0 +pyproject-api==1.9.1 # via tox python-slugify==8.0.4 # via code-annotations @@ -160,7 +160,7 @@ pyyaml==6.0.2 # edx-i18n-tools readme-renderer==44.0 # via twine -requests==2.32.3 +requests==2.32.4 # via # id # requests-toolbelt @@ -169,13 +169,13 @@ requests-toolbelt==1.0.0 # via twine rfc3986==2.0.0 # via twine -rich==14.0.0 +rich==14.1.0 # via twine secretstorage==3.3.3 # via keyring six==1.17.0 # via edx-lint -snowballstemmer==2.2.0 +snowballstemmer==3.0.1 # via pydocstyle sqlparse==0.5.3 # via django @@ -183,24 +183,23 @@ stevedore==5.4.1 # via code-annotations text-unidecode==1.3 # via python-slugify -tomlkit==0.13.2 +tomlkit==0.13.3 # via pylint -tox==4.25.0 +tox==4.28.4 # via -r requirements/dev.in twine==6.1.0 # via -r requirements/dev.in -urllib3==2.2.3 +urllib3==2.5.0 # via - # -c requirements/common_constraints.txt # requests # twine -virtualenv==20.30.0 +virtualenv==20.34.0 # via # -r requirements/dev.in # tox wheel==0.45.1 # via -r requirements/dev.in -zipp==3.21.0 +zipp==3.23.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/doc.txt b/requirements/doc.txt index 98f52b2..a4f7dfb 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -8,7 +8,7 @@ accessible-pygments==0.0.5 # via pydata-sphinx-theme alabaster==1.0.0 # via sphinx -asgiref==3.8.1 +asgiref==3.9.1 # via django babel==2.17.0 # via @@ -18,19 +18,19 @@ backports-tarfile==1.2.0 # via jaraco-context beautifulsoup4==4.13.4 # via pydata-sphinx-theme -certifi==2025.4.26 +certifi==2025.8.3 # via requests cffi==1.17.1 # via cryptography -charset-normalizer==3.4.1 +charset-normalizer==3.4.3 # via requests -cryptography==44.0.2 +cryptography==45.0.6 # via secretstorage -django==4.2.20 +django==4.2.23 # via # -c requirements/common_constraints.txt # -r requirements/doc.in -doc8==1.1.2 +doc8==2.0.0 # via -r requirements/doc.in docutils==0.21.2 # via @@ -51,7 +51,7 @@ jaraco-classes==3.4.0 # via keyring jaraco-context==6.0.1 # via keyring -jaraco-functools==4.1.0 +jaraco-functools==4.2.1 # via keyring jeepney==0.9.0 # via @@ -61,7 +61,7 @@ jinja2==3.1.6 # via sphinx keyring==25.6.0 # via twine -markdown-it-py==3.0.0 +markdown-it-py==4.0.0 # via rich markupsafe==3.0.2 # via jinja2 @@ -71,14 +71,14 @@ more-itertools==10.7.0 # via # jaraco-classes # jaraco-functools -nh3==0.2.21 +nh3==0.3.0 # via readme-renderer packaging==25.0 # via # pydata-sphinx-theme # sphinx # twine -pbr==6.1.1 +pbr==7.0.0 # via stevedore pockets==0.9.1 # via sphinxcontrib-napoleon @@ -86,7 +86,7 @@ pycparser==2.22 # via cffi pydata-sphinx-theme==0.15.4 # via sphinx-book-theme -pygments==2.19.1 +pygments==2.19.2 # via # accessible-pygments # doc8 @@ -98,7 +98,7 @@ readme-renderer==44.0 # via # -r requirements/doc.in # twine -requests==2.32.3 +requests==2.32.4 # via # id # requests-toolbelt @@ -110,7 +110,7 @@ restructuredtext-lint==1.4.0 # via doc8 rfc3986==2.0.0 # via twine -rich==14.0.0 +rich==14.1.0 # via twine roman-numerals-py==3.1.0 # via sphinx @@ -120,7 +120,7 @@ six==1.17.0 # via # pockets # sphinxcontrib-napoleon -snowballstemmer==2.2.0 +snowballstemmer==3.0.1 # via sphinx soupsieve==2.7 # via beautifulsoup4 @@ -151,16 +151,15 @@ stevedore==5.4.1 # via doc8 twine==6.1.0 # via -r requirements/doc.in -typing-extensions==4.13.2 +typing-extensions==4.14.1 # via # beautifulsoup4 # pydata-sphinx-theme -urllib3==2.2.3 +urllib3==2.5.0 # via - # -c requirements/common_constraints.txt # requests # twine -zipp==3.21.0 +zipp==3.23.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 1dd71b5..b19a4fa 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -4,13 +4,13 @@ # # make upgrade # -build==1.2.2.post1 +build==1.3.0 # via pip-tools -click==8.1.8 +click==8.2.1 # via pip-tools packaging==25.0 # via build -pip-tools==7.4.1 +pip-tools==7.5.0 # via -r requirements/pip-tools.in pyproject-hooks==1.2.0 # via diff --git a/requirements/pip.txt b/requirements/pip.txt index e2ab5be..28676b2 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -12,5 +12,5 @@ pip==24.2 # via # -c /home/runner/work/web-fragments/web-fragments/requirements/common_constraints.txt # -r requirements/pip.in -setuptools==80.1.0 +setuptools==80.9.0 # via -r requirements/pip.in diff --git a/requirements/quality.txt b/requirements/quality.txt index c9d8a67..91b1274 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -4,13 +4,13 @@ # # make upgrade # -asgiref==3.8.1 +asgiref==3.9.1 # via django -astroid==3.3.9 +astroid==3.3.11 # via # pylint # pylint-celery -click==8.1.8 +click==8.2.1 # via # click-log # code-annotations @@ -21,7 +21,7 @@ code-annotations==2.3.0 # via edx-lint dill==0.4.0 # via pylint -django==4.2.20 +django==4.2.23 # via # -c requirements/common_constraints.txt # -r requirements/quality.in @@ -37,15 +37,15 @@ markupsafe==3.0.2 # via jinja2 mccabe==0.7.0 # via pylint -pbr==6.1.1 +pbr==7.0.0 # via stevedore -platformdirs==4.3.7 +platformdirs==4.3.8 # via pylint -pycodestyle==2.13.0 +pycodestyle==2.14.0 # via -r requirements/quality.in pydocstyle==6.3.0 # via -r requirements/quality.in -pylint==3.3.6 +pylint==3.3.8 # via # edx-lint # pylint-celery @@ -55,7 +55,7 @@ pylint-celery==0.3 # via edx-lint pylint-django==2.6.1 # via edx-lint -pylint-plugin-utils==0.8.2 +pylint-plugin-utils==0.9.0 # via # pylint-celery # pylint-django @@ -65,7 +65,7 @@ pyyaml==6.0.2 # via code-annotations six==1.17.0 # via edx-lint -snowballstemmer==2.2.0 +snowballstemmer==3.0.1 # via pydocstyle sqlparse==0.5.3 # via django @@ -73,7 +73,7 @@ stevedore==5.4.1 # via code-annotations text-unidecode==1.3 # via python-slugify -tomlkit==0.13.2 +tomlkit==0.13.3 # via pylint # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/test.txt b/requirements/test.txt index 5608c0c..8aa1da9 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -4,7 +4,7 @@ # # make upgrade # -coverage[toml]==7.8.0 +coverage[toml]==7.10.3 # via pytest-cov ddt==1.3.1 # via -r requirements/test.in @@ -12,13 +12,17 @@ iniconfig==2.1.0 # via pytest packaging==25.0 # via pytest -pluggy==1.5.0 +pluggy==1.6.0 + # via + # pytest + # pytest-cov +pygments==2.19.2 # via pytest -pytest==8.3.5 +pytest==8.4.1 # via # pytest-cov # pytest-django -pytest-cov==6.1.1 +pytest-cov==6.2.1 # via -r requirements/test.in pytest-django==4.11.1 # via -r requirements/test.in