From 52ff8dce25f6e6e06e684d9fa797ebe0bbeaa706 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Wed, 13 Mar 2024 05:38:09 -0400 Subject: [PATCH] chore: Updating Python Requirements --- requirements/ci.txt | 8 ++--- requirements/common_constraints.txt | 11 ++++++- requirements/dev.txt | 36 +++++++++++---------- requirements/pip-tools.txt | 16 +++++----- requirements/pip.txt | 4 +-- requirements/quality.txt | 49 +++++++++++++++-------------- requirements/test.txt | 20 ++++++------ 7 files changed, 79 insertions(+), 65 deletions(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index 9c3fbeb..65c85eb 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file=requirements/ci.txt requirements/ci.in # -cachetools==5.3.2 +cachetools==5.3.3 # via tox chardet==5.2.0 # via tox @@ -16,7 +16,7 @@ filelock==3.13.1 # via # tox # virtualenv -packaging==23.2 +packaging==24.0 # via # pyproject-api # tox @@ -32,7 +32,7 @@ tomli==2.0.1 # via # pyproject-api # tox -tox==4.13.0 +tox==4.14.1 # via -r requirements/ci.in -virtualenv==20.25.0 +virtualenv==20.25.1 # via tox diff --git a/requirements/common_constraints.txt b/requirements/common_constraints.txt index 15aafb2..e3bf8ea 100644 --- a/requirements/common_constraints.txt +++ b/requirements/common_constraints.txt @@ -13,7 +13,7 @@ # using LTS django version -Django<4.0 +Django<5.0 # elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process. # elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html @@ -21,3 +21,12 @@ elasticsearch<7.14.0 # django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected django-simple-history==3.0.0 + +# opentelemetry requires version 6.x at the moment: +# https://github.com/open-telemetry/opentelemetry-python/issues/3570 +# Normally this could be added as a constraint in edx-django-utils, where we're +# adding the opentelemetry dependency. However, when we compile pip-tools.txt, +# that uses version 7.x, and then there's no undoing that when compiling base.txt. +# So we need to pin it globally, for now. +# Ticket for unpinning: https://github.com/openedx/edx-lint/issues/407 +importlib-metadata<7 diff --git a/requirements/dev.txt b/requirements/dev.txt index 7e439d1..f416ac7 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -8,15 +8,17 @@ appdirs==1.4.4 # via fs asgiref==3.7.2 # via django -boto3==1.34.44 +backports-zoneinfo==0.2.1 + # via django +boto3==1.34.61 # via fs-s3fs -botocore==1.34.44 +botocore==1.34.61 # via # boto3 # s3transfer -build==1.0.3 +build==1.1.1 # via pip-tools -cachetools==5.3.2 +cachetools==5.3.3 # via tox chardet==5.2.0 # via tox @@ -26,7 +28,7 @@ colorama==0.4.6 # via tox distlib==0.3.8 # via virtualenv -django==3.2.24 +django==4.2.11 # via # -c requirements/common_constraints.txt # -r requirements/base.in @@ -40,18 +42,20 @@ fs==2.4.16 # fs-s3fs fs-s3fs==1.1.1 # via -r requirements/base.in -importlib-metadata==7.0.1 - # via build +importlib-metadata==6.11.0 + # via + # -c requirements/common_constraints.txt + # build jmespath==1.0.1 # via # boto3 # botocore -packaging==23.2 +packaging==24.0 # via # build # pyproject-api # tox -pip-tools==7.4.0 +pip-tools==7.4.1 # via -r requirements/dev.in platformdirs==4.2.0 # via @@ -65,10 +69,8 @@ pyproject-hooks==1.0.0 # via # build # pip-tools -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via botocore -pytz==2024.1 - # via django s3transfer==0.10.0 # via boto3 six==1.16.0 @@ -85,17 +87,17 @@ tomli==2.0.1 # pyproject-api # pyproject-hooks # tox -tox==4.13.0 +tox==4.14.1 # via -r requirements/dev.in -typing-extensions==4.9.0 +typing-extensions==4.10.0 # via asgiref urllib3==1.26.18 # via botocore -virtualenv==20.25.0 +virtualenv==20.25.1 # via tox -wheel==0.42.0 +wheel==0.43.0 # via pip-tools -zipp==3.17.0 +zipp==3.18.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 6a2bd7d..67aaa3d 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -4,15 +4,17 @@ # # pip-compile --output-file=requirements/pip-tools.txt requirements/pip-tools.in # -build==1.0.3 +build==1.1.1 # via pip-tools click==8.1.7 # via pip-tools -importlib-metadata==7.0.1 - # via build -packaging==23.2 +importlib-metadata==6.11.0 + # via + # -c requirements/common_constraints.txt + # build +packaging==24.0 # via build -pip-tools==7.4.0 +pip-tools==7.4.1 # via -r requirements/pip-tools.in pyproject-hooks==1.0.0 # via @@ -23,9 +25,9 @@ tomli==2.0.1 # build # pip-tools # pyproject-hooks -wheel==0.42.0 +wheel==0.43.0 # via pip-tools -zipp==3.17.0 +zipp==3.18.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/pip.txt b/requirements/pip.txt index 32e8048..e9a7a83 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -4,11 +4,11 @@ # # pip-compile --allow-unsafe --output-file=requirements/pip.txt requirements/pip.in # -wheel==0.42.0 +wheel==0.43.0 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: pip==24.0 # via -r requirements/pip.in -setuptools==69.1.0 +setuptools==69.1.1 # via -r requirements/pip.in diff --git a/requirements/quality.txt b/requirements/quality.txt index f477d8a..8767874 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -12,16 +12,20 @@ asgiref==3.7.2 # via # -r requirements/test.txt # django -astroid==3.0.3 +astroid==3.1.0 # via # pylint # pylint-celery -boto3==1.34.44 +backports-zoneinfo==0.2.1 + # via + # -r requirements/test.txt + # django +boto3==1.34.61 # via # -r requirements/test.txt # fs-s3fs # moto -botocore==1.34.44 +botocore==1.34.61 # via # -r requirements/test.txt # boto3 @@ -48,18 +52,18 @@ click-log==0.4.0 # via edx-lint code-annotations==1.6.0 # via edx-lint -coverage[toml]==7.4.1 +coverage[toml]==7.4.3 # via # -r requirements/test.txt # pytest-cov -cryptography==42.0.3 +cryptography==42.0.5 # via # -r requirements/test.txt # moto # secretstorage dill==0.3.8 # via pylint -django==3.2.24 +django==4.2.11 # via # -c requirements/common_constraints.txt # -r requirements/test.txt @@ -81,11 +85,12 @@ idna==3.6 # via # -r requirements/test.txt # requests -importlib-metadata==7.0.1 +importlib-metadata==6.11.0 # via + # -c requirements/common_constraints.txt # keyring # twine -importlib-resources==6.1.1 +importlib-resources==6.3.0 # via keyring iniconfig==2.0.0 # via @@ -111,7 +116,7 @@ jmespath==1.0.1 # -r requirements/test.txt # boto3 # botocore -keyring==24.3.0 +keyring==24.3.1 # via twine markdown-it-py==3.0.0 # via rich @@ -134,13 +139,13 @@ moto==4.2.14 # -r requirements/test.txt nh3==0.2.15 # via readme-renderer -packaging==23.2 +packaging==24.0 # via # -r requirements/test.txt # pytest pbr==6.0.0 # via stevedore -pkginfo==1.9.6 +pkginfo==1.10.0 # via twine platformdirs==4.2.0 # via pylint @@ -160,7 +165,7 @@ pygments==2.17.2 # via # readme-renderer # rich -pylint==3.0.3 +pylint==3.1.0 # via # edx-lint # pylint-celery @@ -176,7 +181,7 @@ pylint-plugin-utils==0.8.2 # pylint-django pypng==0.20220715.0 # via -r requirements/test.txt -pytest==8.0.1 +pytest==8.1.1 # via # -r requirements/test.txt # pytest-cov @@ -185,23 +190,19 @@ pytest-cov==4.1.0 # via -r requirements/test.txt pytest-django==4.8.0 # via -r requirements/test.txt -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via # -r requirements/test.txt # botocore # moto python-slugify==8.0.4 # via code-annotations -pytz==2024.1 - # via - # -r requirements/test.txt - # django pyyaml==6.0.1 # via # -r requirements/test.txt # code-annotations # responses -readme-renderer==42.0 +readme-renderer==43.0 # via twine requests==2.31.0 # via @@ -218,7 +219,7 @@ responses==0.25.0 # moto rfc3986==2.0.0 # via twine -rich==13.7.0 +rich==13.7.1 # via twine s3transfer==0.10.0 # via @@ -239,7 +240,7 @@ sqlparse==0.4.4 # via # -r requirements/test.txt # django -stevedore==5.1.0 +stevedore==5.2.0 # via code-annotations text-unidecode==1.3 # via python-slugify @@ -249,11 +250,11 @@ tomli==2.0.1 # coverage # pylint # pytest -tomlkit==0.12.3 +tomlkit==0.12.4 # via pylint twine==5.0.0 # via -r requirements/quality.in -typing-extensions==4.9.0 +typing-extensions==4.10.0 # via # -r requirements/test.txt # asgiref @@ -275,7 +276,7 @@ xmltodict==0.13.0 # via # -r requirements/test.txt # moto -zipp==3.17.0 +zipp==3.18.0 # via # importlib-metadata # importlib-resources diff --git a/requirements/test.txt b/requirements/test.txt index f0b2b4b..6a75726 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -8,11 +8,13 @@ appdirs==1.4.4 # via fs asgiref==3.7.2 # via django -boto3==1.34.44 +backports-zoneinfo==0.2.1 + # via django +boto3==1.34.61 # via # fs-s3fs # moto -botocore==1.34.44 +botocore==1.34.61 # via # boto3 # moto @@ -23,9 +25,9 @@ cffi==1.16.0 # via cryptography charset-normalizer==3.3.2 # via requests -coverage[toml]==7.4.1 +coverage[toml]==7.4.3 # via pytest-cov -cryptography==42.0.3 +cryptography==42.0.5 # via moto # via # -c requirements/common_constraints.txt @@ -58,7 +60,7 @@ moto==4.2.14 # via # -c requirements/constraints.txt # -r requirements/test.in -packaging==23.2 +packaging==24.0 # via pytest pluggy==1.4.0 # via pytest @@ -66,7 +68,7 @@ pycparser==2.21 # via cffi pypng==0.20220715.0 # via -r requirements/test.in -pytest==8.0.1 +pytest==8.1.1 # via # -r requirements/test.in # pytest-cov @@ -75,12 +77,10 @@ pytest-cov==4.1.0 # via -r requirements/test.in pytest-django==4.8.0 # via -r requirements/test.in -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via # botocore # moto -pytz==2024.1 - # via django pyyaml==6.0.1 # via responses requests==2.31.0 @@ -102,7 +102,7 @@ tomli==2.0.1 # via # coverage # pytest -typing-extensions==4.9.0 +typing-extensions==4.10.0 # via asgiref urllib3==1.26.18 # via