From cd7445279fcda8bfdc9cf918753f4107140f59ee Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Sun, 31 May 2026 21:10:51 -0400 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/base.txt | 6 +++--- requirements/ci.txt | 10 +++++----- requirements/pip.txt | 2 +- requirements/test.txt | 12 ++++++------ 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 22f79f5..f5857a3 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -8,9 +8,9 @@ appdirs==1.4.4 # via fs asgiref==3.11.1 # via django -boto3==1.43.14 +boto3==1.43.18 # via fs-s3fs -botocore==1.43.14 +botocore==1.43.18 # via # boto3 # s3transfer @@ -49,7 +49,7 @@ pytz==2026.2 # via xblock pyyaml==6.0.3 # via xblock -s3transfer==0.17.0 +s3transfer==0.18.0 # via boto3 simplejson==4.1.1 # via xblock diff --git a/requirements/ci.txt b/requirements/ci.txt index 7125854..f1f1cc8 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -19,22 +19,22 @@ packaging==26.2 # via # pyproject-api # tox -platformdirs==4.9.6 +platformdirs==4.10.0 # via # python-discovery # tox # virtualenv pluggy==1.6.0 # via tox -pyproject-api==1.10.0 +pyproject-api==1.10.1 # via tox -python-discovery==1.3.1 +python-discovery==1.4.0 # via # tox # virtualenv tomli-w==1.2.0 # via tox -tox==4.54.0 +tox==4.55.0 # via -r requirements/ci.in -virtualenv==21.3.3 +virtualenv==21.4.2 # via tox diff --git a/requirements/pip.txt b/requirements/pip.txt index 26c8189..f3c1555 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -10,7 +10,7 @@ wheel==0.47.0 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: -pip==26.1.1 +pip==26.1.2 # via -r requirements/pip.in setuptools==82.0.1 # via -r requirements/pip.in diff --git a/requirements/test.txt b/requirements/test.txt index c80e6ce..1081cc6 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -20,11 +20,11 @@ astroid==4.0.4 # pylint-celery binaryornot==0.6.0 # via cookiecutter -boto3==1.43.14 +boto3==1.43.18 # via # -r requirements/base.txt # fs-s3fs -botocore==1.43.14 +botocore==1.43.18 # via # -r requirements/base.txt # boto3 @@ -45,7 +45,7 @@ code-annotations==3.0.0 # via edx-lint cookiecutter==2.7.1 # via xblock-sdk -coverage[toml]==7.14.0 +coverage[toml]==7.14.1 # via pytest-cov dill==0.4.1 # via pylint @@ -67,7 +67,7 @@ fs-s3fs==1.1.1 # -r requirements/base.txt # openedx-django-pyfs # xblock-sdk -idna==3.16 +idna==3.17 # via requests iniconfig==2.3.0 # via pytest @@ -115,7 +115,7 @@ openedx-django-pyfs==4.0.0 # xblock packaging==26.2 # via pytest -platformdirs==4.9.6 +platformdirs==4.10.0 # via pylint pluggy==1.6.0 # via @@ -177,7 +177,7 @@ requests==2.34.2 # xblock-sdk rich==15.0.0 # via cookiecutter -s3transfer==0.17.0 +s3transfer==0.18.0 # via # -r requirements/base.txt # boto3