From 7a5cb7e573302257efa27ca031e3bd2b6782a6c4 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Sun, 28 Jul 2024 20:23:26 -0400 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/base.txt | 22 +++++++----------- requirements/ci.txt | 10 +++----- requirements/pip-tools.txt | 12 +++------- requirements/pip.txt | 6 ++--- requirements/test.txt | 47 ++++++++++++-------------------------- 5 files changed, 31 insertions(+), 66 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 1b6cdc0..26b23bd 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # make upgrade @@ -8,19 +8,15 @@ appdirs==1.4.4 # via fs asgiref==3.8.1 # via django -backports-zoneinfo==0.2.1 ; python_version < "3.9" - # via - # -c requirements/constraints.txt - # django -boto3==1.34.131 +boto3==1.34.149 # via fs-s3fs -botocore==1.34.131 +botocore==1.34.149 # via # boto3 # s3transfer cssselect==1.2.0 # via parsel -django==4.2.13 +django==4.2.14 # via # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt # openedx-django-pyfs @@ -61,7 +57,7 @@ pytz==2024.1 # via xblock pyyaml==6.0.1 # via xblock -s3transfer==0.10.1 +s3transfer==0.10.2 # via boto3 simplejson==3.19.2 # via xblock @@ -71,11 +67,9 @@ six==1.16.0 # fs-s3fs # parsel # python-dateutil -sqlparse==0.5.0 +sqlparse==0.5.1 # via django -typing-extensions==4.12.2 - # via asgiref -urllib3==1.26.19 +urllib3==2.2.2 # via botocore w3lib==2.2.1 # via parsel @@ -83,7 +77,7 @@ web-fragments==2.2.0 # via xblock webob==1.8.7 # via xblock -xblock[django]==4.0.1 +xblock[django]==5.0.0 # via -r requirements/base.in # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/ci.txt b/requirements/ci.txt index 154d9d0..564c0f5 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -1,10 +1,10 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # make upgrade # -cachetools==5.3.3 +cachetools==5.4.0 # via tox chardet==5.2.0 # via tox @@ -28,11 +28,7 @@ pluggy==1.5.0 # via tox pyproject-api==1.7.1 # via tox -tomli==2.0.1 - # via - # pyproject-api - # tox -tox==4.15.1 +tox==4.16.0 # via -r requirements/ci.in virtualenv==20.26.3 # via tox diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index f4e8140..7436f28 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.8 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # make upgrade @@ -13,9 +13,7 @@ click==8.1.7 # -r requirements/pip-tools.in # pip-tools importlib-metadata==7.0.1 - # via - # -r requirements/pip-tools.in - # build + # via -r requirements/pip-tools.in packaging==23.2 # via # -r requirements/pip-tools.in @@ -27,11 +25,7 @@ pyproject-hooks==1.0.0 # -r requirements/pip-tools.in # build tomli==2.0.1 - # via - # -r requirements/pip-tools.in - # build - # pip-tools - # pyproject-hooks + # via -r requirements/pip-tools.in wheel==0.42.0 # via # -r requirements/pip-tools.in diff --git a/requirements/pip.txt b/requirements/pip.txt index c9a36e3..12caa84 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # make upgrade @@ -8,7 +8,7 @@ wheel==0.43.0 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: -pip==24.1 +pip==24.2 # via -r requirements/pip.in -setuptools==70.1.0 +setuptools==71.1.0 # via -r requirements/pip.in diff --git a/requirements/test.txt b/requirements/test.txt index ae67f31..b975775 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # make upgrade @@ -14,27 +14,22 @@ asgiref==3.8.1 # via # -r requirements/base.txt # django -astroid==3.2.2 +astroid==3.2.4 # via # pylint # pylint-celery -backports-zoneinfo==0.2.1 ; python_version < "3.9" - # via - # -c requirements/constraints.txt - # -r requirements/base.txt - # django binaryornot==0.4.4 # via cookiecutter -boto3==1.34.131 +boto3==1.34.149 # via # -r requirements/base.txt # fs-s3fs -botocore==1.34.131 +botocore==1.34.149 # via # -r requirements/base.txt # boto3 # s3transfer -certifi==2024.6.2 +certifi==2024.7.4 # via requests chardet==5.2.0 # via binaryornot @@ -52,7 +47,7 @@ code-annotations==1.8.0 # via edx-lint cookiecutter==2.6.0 # via xblock-sdk -coverage[toml]==7.5.4 +coverage[toml]==7.6.0 # via # coverage # pytest-cov @@ -67,10 +62,8 @@ dill==0.3.8 # -r requirements/base.txt # openedx-django-pyfs # xblock-sdk -edx-lint==5.3.6 +edx-lint==5.3.7 # via -r requirements/test.in -exceptiongroup==1.2.1 - # via pytest fs==2.4.16 # via # -r requirements/base.txt @@ -145,7 +138,7 @@ pycodestyle==2.12.0 # via -r requirements/test.in pygments==2.18.0 # via rich -pylint==3.2.3 +pylint==3.2.6 # via # edx-lint # pylint-celery @@ -161,7 +154,7 @@ pylint-plugin-utils==0.8.2 # pylint-django pypng==0.20220715.0 # via xblock-sdk -pytest==8.2.2 +pytest==8.3.2 # via # pytest-cov # pytest-django @@ -195,7 +188,7 @@ requests==2.32.3 # xblock-sdk rich==13.7.1 # via cookiecutter -s3transfer==0.10.1 +s3transfer==0.10.2 # via # -r requirements/base.txt # boto3 @@ -212,7 +205,7 @@ six==1.16.0 # fs-s3fs # parsel # python-dateutil -sqlparse==0.5.0 +sqlparse==0.5.1 # via # -r requirements/base.txt # django @@ -220,23 +213,11 @@ stevedore==5.2.0 # via code-annotations text-unidecode==1.3 # via python-slugify -tomli==2.0.1 - # via - # coverage - # pylint - # pytest -tomlkit==0.12.5 +tomlkit==0.13.0 # via pylint types-python-dateutil==2.9.0.20240316 # via arrow -typing-extensions==4.12.2 - # via - # -r requirements/base.txt - # asgiref - # astroid - # pylint - # rich -urllib3==1.26.19 +urllib3==2.2.2 # via # -r requirements/base.txt # botocore @@ -255,7 +236,7 @@ webob==1.8.7 # -r requirements/base.txt # xblock # xblock-sdk -xblock[django]==4.0.1 +xblock[django]==5.0.0 # via # -r requirements/base.txt # xblock