From e6a1264118c0c7f7e13b0481635bf9223e480615 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Wed, 8 Apr 2026 23:58:32 -0400 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/ci.txt | 4 ++-- requirements/dev.txt | 8 ++++---- requirements/doc.txt | 2 +- requirements/quality.txt | 2 +- requirements/test.txt | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index a274add..0afc7b2 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -19,7 +19,7 @@ packaging==26.0 # via # pyproject-api # tox -platformdirs==4.9.4 +platformdirs==4.9.6 # via # python-discovery # tox @@ -28,7 +28,7 @@ pluggy==1.6.0 # via tox pyproject-api==1.10.0 # via tox -python-discovery==1.2.1 +python-discovery==1.2.2 # via # tox # virtualenv diff --git a/requirements/dev.txt b/requirements/dev.txt index 6c64eb9..3f6fa3b 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -16,7 +16,7 @@ certifi==2026.2.25 # via requests cffi==2.0.0 # via cryptography -chardet==7.4.0.post2 +chardet==7.4.1 # via diff-cover charset-normalizer==3.4.7 # via requests @@ -31,7 +31,7 @@ code-annotations==3.0.0 # via edx-lint colorama==0.4.6 # via tox -cryptography==46.0.6 +cryptography==46.0.7 # via secretstorage diff-cover==10.2.0 # via -r requirements/dev.in @@ -108,7 +108,7 @@ packaging==26.0 # wheel path==16.16.0 # via edx-i18n-tools -platformdirs==4.9.4 +platformdirs==4.9.6 # via # pylint # python-discovery @@ -147,7 +147,7 @@ pylint-plugin-utils==0.9.0 # pylint-django pyproject-api==1.10.0 # via tox -python-discovery==1.2.1 +python-discovery==1.2.2 # via # tox # virtualenv diff --git a/requirements/doc.txt b/requirements/doc.txt index 41e179b..0721136 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -44,7 +44,7 @@ click-plugins==1.1.1.2 # via celery click-repl==0.3.0 # via celery -cryptography==46.0.6 +cryptography==46.0.7 # via secretstorage django==5.2.13 # via diff --git a/requirements/quality.txt b/requirements/quality.txt index 2752e41..772fc72 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -31,7 +31,7 @@ markupsafe==3.0.3 # via jinja2 mccabe==0.7.0 # via pylint -platformdirs==4.9.4 +platformdirs==4.9.6 # via pylint pycodestyle==2.14.0 # via -r requirements/quality.in diff --git a/requirements/test.txt b/requirements/test.txt index 657fcb7..a895b79 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -55,7 +55,7 @@ prompt-toolkit==3.0.52 # via click-repl pygments==2.20.0 # via pytest -pytest==9.0.2 +pytest==9.0.3 # via # pytest-cov # pytest-django