From 8a5ff696c76fc44f59f8dc81147970e054d9061c Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Sun, 15 Mar 2026 20:44:40 -0400 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/base.txt | 10 +++++----- requirements/ci.txt | 12 ++++++------ requirements/pip-tools.txt | 2 +- requirements/pip.txt | 4 ++-- requirements/test.txt | 16 ++++++++-------- 5 files changed, 22 insertions(+), 22 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index c69d746..842b0ce 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 @@ -8,9 +8,9 @@ appdirs==1.4.4 # via fs asgiref==3.11.1 # via django -boto3==1.42.63 +boto3==1.42.68 # via fs-s3fs -botocore==1.42.63 +botocore==1.42.68 # via # boto3 # s3transfer @@ -39,7 +39,7 @@ markupsafe==3.0.3 # via # mako # xblock -openedx-django-pyfs==3.8.0 +openedx-django-pyfs==4.0.0 # via xblock python-dateutil==2.9.0.post0 # via @@ -62,7 +62,7 @@ sqlparse==0.5.5 # via django urllib3==2.6.3 # via botocore -web-fragments==3.1.0 +web-fragments==4.0.0 # via xblock webob==1.8.9 # via xblock diff --git a/requirements/ci.txt b/requirements/ci.txt index 748a1aa..5f966cd 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -1,16 +1,16 @@ # -# 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 # -cachetools==7.0.3 +cachetools==7.0.5 # via tox colorama==0.4.6 # via tox distlib==0.4.0 # via virtualenv -filelock==3.25.0 +filelock==3.25.2 # via # python-discovery # tox @@ -28,11 +28,11 @@ pluggy==1.6.0 # via tox pyproject-api==1.10.0 # via tox -python-discovery==1.1.1 +python-discovery==1.1.3 # via virtualenv tomli-w==1.2.0 # via tox -tox==4.49.0 +tox==4.49.1 # via -r requirements/ci.in -virtualenv==21.1.0 +virtualenv==21.2.0 # via tox 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 084d708..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 @@ -12,5 +12,5 @@ wheel==0.46.3 # The following packages are considered to be unsafe in a requirements file: pip==26.0.1 # via -r requirements/pip.in -setuptools==82.0.0 +setuptools==82.0.1 # via -r requirements/pip.in diff --git a/requirements/test.txt b/requirements/test.txt index 1b0ee97..4f28951 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 @@ -18,20 +18,20 @@ astroid==4.0.4 # via # pylint # pylint-celery -binaryornot==0.5.0 +binaryornot==0.6.0 # via cookiecutter -boto3==1.42.63 +boto3==1.42.68 # via # -r requirements/base.txt # fs-s3fs -botocore==1.42.63 +botocore==1.42.68 # via # -r requirements/base.txt # 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 @@ -54,7 +54,7 @@ dill==0.4.1 # -r requirements/base.txt # openedx-django-pyfs # xblock-sdk -edx-lint==5.6.0 +edx-lint==6.0.0 # via -r requirements/test.in fs==2.4.16 # via @@ -109,7 +109,7 @@ mdurl==0.1.2 # via markdown-it-py mock==5.2.0 # via -r requirements/test.in -openedx-django-pyfs==3.8.0 +openedx-django-pyfs==4.0.0 # via # -r requirements/base.txt # xblock @@ -210,7 +210,7 @@ urllib3==2.6.3 # -r requirements/base.txt # botocore # requests -web-fragments==3.1.0 +web-fragments==4.0.0 # via # -r requirements/base.txt # xblock