From bd618152d710136c88df3e2721f9f70a8f232b63 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Wed, 11 Mar 2026 23:05:06 -0400 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/base.txt | 2 +- requirements/ci.txt | 8 ++++---- requirements/dev.txt | 8 ++++---- requirements/pip-tools.txt | 2 +- requirements/pip.txt | 4 ++-- requirements/test.txt | 8 ++++---- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index d091628..7fcbe8b 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 diff --git a/requirements/ci.txt b/requirements/ci.txt index 413b662..f6befc2 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -1,12 +1,12 @@ # -# 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 # distlib==0.4.0 # via virtualenv -filelock==3.25.0 +filelock==3.25.2 # via # python-discovery # tox @@ -21,7 +21,7 @@ pluggy==1.6.0 # via tox py==1.11.0 # via tox -python-discovery==1.1.0 +python-discovery==1.1.3 # via virtualenv six==1.17.0 # via tox @@ -29,5 +29,5 @@ tox==3.28.0 # via # -c requirements/constraints.txt # -r requirements/ci.in -virtualenv==21.1.0 +virtualenv==21.2.0 # via tox diff --git a/requirements/dev.txt b/requirements/dev.txt index 860e041..0cb1c08 100644 --- a/requirements/dev.txt +++ b/requirements/dev.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 @@ -106,7 +106,7 @@ edx-lint==5.6.0 # via -r requirements/test.txt edx-toggles==5.4.1 # via -r requirements/test.txt -filelock==3.25.0 +filelock==3.25.2 # via # -r requirements/ci.txt # -r requirements/test.txt @@ -236,7 +236,7 @@ pytest-cov==7.0.0 # via -r requirements/test.txt pytest-django==4.12.0 # via -r requirements/test.txt -python-discovery==1.1.0 +python-discovery==1.1.3 # via # -r requirements/ci.txt # -r requirements/test.txt @@ -316,7 +316,7 @@ urllib3==2.6.3 # -r requirements/test.txt # requests # responses -virtualenv==21.1.0 +virtualenv==21.2.0 # via # -r requirements/ci.txt # -r requirements/test.txt 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 781c7c8..d75d0d7 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 @@ -89,7 +89,7 @@ edx-lint==5.6.0 # via -r requirements/test.in edx-toggles==5.4.1 # via -r requirements/base.txt -filelock==3.25.0 +filelock==3.25.2 # via # python-discovery # tox @@ -181,7 +181,7 @@ pytest-cov==7.0.0 # via -r requirements/test.in pytest-django==4.12.0 # via -r requirements/test.in -python-discovery==1.1.0 +python-discovery==1.1.3 # via virtualenv python-slugify==8.0.4 # via @@ -252,5 +252,5 @@ urllib3==2.6.3 # -r requirements/base.txt # requests # responses -virtualenv==21.1.0 +virtualenv==21.2.0 # via tox