From e0c629ec09f94054b183a4c10bcce843c4d563a9 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Tue, 26 Nov 2024 23:08:46 -0500 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/ci.txt | 6 +++--- requirements/common_constraints.txt | 8 -------- requirements/dev.txt | 18 +++++++++--------- requirements/pip-tools.txt | 4 ++-- requirements/pip.txt | 6 +++--- requirements/quality.txt | 10 +++++----- requirements/test.txt | 6 +++--- 7 files changed, 25 insertions(+), 33 deletions(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index a89d073..157b923 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -16,7 +16,7 @@ codecov==2.1.13 # via -r requirements/ci.in colorama==0.4.6 # via tox -coverage==7.6.4 +coverage==7.6.8 # via codecov distlib==0.3.9 # via virtualenv @@ -26,7 +26,7 @@ filelock==3.16.1 # virtualenv idna==3.10 # via requests -packaging==24.1 +packaging==24.2 # via # pyproject-api # tox @@ -44,5 +44,5 @@ tox==4.23.2 # via -r requirements/ci.in urllib3==2.2.3 # via requests -virtualenv==20.27.1 +virtualenv==20.28.0 # via tox diff --git a/requirements/common_constraints.txt b/requirements/common_constraints.txt index cadbfbd..a58adb9 100644 --- a/requirements/common_constraints.txt +++ b/requirements/common_constraints.txt @@ -11,7 +11,6 @@ # Note: Changes to this file will automatically be used by other repos, referencing # this file from Github directly. It does not require packaging in edx-lint. - # using LTS django version Django<5.0 @@ -23,13 +22,6 @@ 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 -# Cause: https://github.com/openedx/event-tracking/pull/290 -# event-tracking 2.4.1 upgrades to pymongo 4.4.0 which is not supported on edx-platform. -# We will pin event-tracking to do not break existing installations -# This can be unpinned once https://github.com/openedx/edx-platform/issues/34586 -# has been resolved and edx-platform is running with pymongo>=4.4.0 -event-tracking<2.4.1 - # Cause: https://github.com/openedx/edx-lint/issues/458 # This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved. pip<24.3 diff --git a/requirements/dev.txt b/requirements/dev.txt index c85e5d9..d59b6c8 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -33,7 +33,7 @@ click==8.1.7 # edx-lint click-log==0.4.0 # via edx-lint -code-annotations==1.8.0 +code-annotations==2.0.0 # via edx-lint colorama==0.4.6 # via tox @@ -92,7 +92,7 @@ lxml[html-clean,html_clean]==5.3.0 # via # edx-i18n-tools # lxml-html-clean -lxml-html-clean==0.3.1 +lxml-html-clean==0.4.1 # via lxml markdown-it-py==3.0.0 # via rich @@ -108,7 +108,7 @@ more-itertools==10.5.0 # jaraco-functools nh3==0.2.18 # via readme-renderer -packaging==24.1 +packaging==24.2 # via # build # pyproject-api @@ -175,7 +175,7 @@ requests-toolbelt==1.0.0 # via twine rfc3986==2.0.0 # via twine -rich==13.9.3 +rich==13.9.4 # via twine secretstorage==3.3.3 # via keyring @@ -183,9 +183,9 @@ six==1.16.0 # via edx-lint snowballstemmer==2.2.0 # via pydocstyle -sqlparse==0.5.1 +sqlparse==0.5.2 # via django -stevedore==5.3.0 +stevedore==5.4.0 # via code-annotations text-unidecode==1.3 # via python-slugify @@ -201,9 +201,9 @@ urllib3==2.2.3 # via # requests # twine -virtualenv==20.27.1 +virtualenv==20.28.0 # via tox -wheel==0.44.0 +wheel==0.45.1 # via -r requirements/dev.in -zipp==3.20.2 +zipp==3.21.0 # via importlib-metadata diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index db6c463..8308278 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -8,7 +8,7 @@ build==1.2.2.post1 # via pip-tools click==8.1.7 # via pip-tools -packaging==24.1 +packaging==24.2 # via build pip-tools==7.4.1 # via -r requirements/pip-tools.in @@ -16,7 +16,7 @@ pyproject-hooks==1.2.0 # via # build # pip-tools -wheel==0.44.0 +wheel==0.45.1 # via pip-tools # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/pip.txt b/requirements/pip.txt index 4996fad..9aa85f5 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -4,13 +4,13 @@ # # make upgrade # -wheel==0.44.0 +wheel==0.45.1 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: pip==24.2 # via - # -c requirements/common_constraints.txt + # -c /home/runner/work/help-tokens/help-tokens/requirements/common_constraints.txt # -r requirements/pip.in -setuptools==75.3.0 +setuptools==75.6.0 # via -r requirements/pip.in diff --git a/requirements/quality.txt b/requirements/quality.txt index 33ce75c..b0d718c 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -25,7 +25,7 @@ click==8.1.7 # edx-lint click-log==0.4.0 # via edx-lint -code-annotations==1.8.0 +code-annotations==2.0.0 # via edx-lint cryptography==43.0.3 # via secretstorage @@ -73,7 +73,7 @@ more-itertools==10.5.0 # jaraco-functools nh3==0.2.18 # via readme-renderer -packaging==24.1 +packaging==24.2 # via build pbr==6.1.0 # via stevedore @@ -121,7 +121,7 @@ requests-toolbelt==1.0.0 # via twine rfc3986==2.0.0 # via twine -rich==13.9.3 +rich==13.9.4 # via twine secretstorage==3.3.3 # via keyring @@ -129,7 +129,7 @@ six==1.16.0 # via edx-lint snowballstemmer==2.2.0 # via pydocstyle -stevedore==5.3.0 +stevedore==5.4.0 # via code-annotations text-unidecode==1.3 # via python-slugify @@ -141,5 +141,5 @@ urllib3==2.2.3 # via # requests # twine -zipp==3.20.2 +zipp==3.21.0 # via importlib-metadata diff --git a/requirements/test.txt b/requirements/test.txt index 10bc9c2..149f787 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -6,7 +6,7 @@ # asgiref==3.8.1 # via django -coverage[toml]==7.6.4 +coverage[toml]==7.6.8 # via pytest-cov # via # -c requirements/common_constraints.txt @@ -16,7 +16,7 @@ edx-django-release-util==1.4.0 # via -r requirements/test.in iniconfig==2.0.0 # via pytest -packaging==24.1 +packaging==24.2 # via pytest pluggy==1.5.0 # via pytest @@ -37,5 +37,5 @@ pyyaml==6.0.2 # via edx-django-release-util six==1.16.0 # via edx-django-release-util -sqlparse==0.5.1 +sqlparse==0.5.2 # via django