From 24f9fc10e1e0c796abb76778c63d5e8203d90d6a Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Tue, 27 Feb 2024 23:07:01 -0500 Subject: [PATCH] chore: Updating Python Requirements --- requirements/ci.txt | 6 +++--- requirements/dev.txt | 22 +++++++++++----------- requirements/pip.txt | 2 +- requirements/quality.txt | 18 +++++++++--------- requirements/test.txt | 6 +++--- 5 files changed, 27 insertions(+), 27 deletions(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index 10000e7..a6d254c 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -4,7 +4,7 @@ # # make upgrade # -cachetools==5.3.2 +cachetools==5.3.3 # via tox certifi==2024.2.2 # via requests @@ -16,7 +16,7 @@ codecov==2.1.13 # via -r requirements/ci.in colorama==0.4.6 # via tox -coverage==7.4.2 +coverage==7.4.3 # via codecov distlib==0.3.8 # via virtualenv @@ -48,5 +48,5 @@ tox==4.13.0 # via -r requirements/ci.in urllib3==2.2.1 # via requests -virtualenv==20.25.0 +virtualenv==20.25.1 # via tox diff --git a/requirements/dev.txt b/requirements/dev.txt index 9f57a6f..0efd200 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -6,13 +6,13 @@ # asgiref==3.7.2 # via django -astroid==3.0.3 +astroid==3.1.0 # via # pylint # pylint-celery build==1.0.3 # via -r requirements/quality.in -cachetools==5.3.2 +cachetools==5.3.3 # via tox certifi==2024.2.2 # via requests @@ -35,7 +35,7 @@ code-annotations==1.6.0 # via edx-lint colorama==0.4.6 # via tox -cryptography==42.0.4 +cryptography==42.0.5 # via secretstorage diff-cover==8.0.3 # via -r requirements/dev.in @@ -67,7 +67,7 @@ importlib-metadata==7.0.1 # build # keyring # twine -importlib-resources==6.1.1 +importlib-resources==6.1.2 # via keyring isort==5.13.2 # via @@ -83,7 +83,7 @@ jinja2==3.1.3 # via # code-annotations # diff-cover -keyring==24.3.0 +keyring==24.3.1 # via twine lxml==5.1.0 # via edx-i18n-tools @@ -132,7 +132,7 @@ pygments==2.17.2 # diff-cover # readme-renderer # rich -pylint==3.0.3 +pylint==3.1.0 # via # edx-lint # pylint-celery @@ -158,7 +158,7 @@ pyyaml==6.0.1 # via # code-annotations # edx-i18n-tools -readme-renderer==42.0 +readme-renderer==43.0 # via twine requests==2.31.0 # via @@ -176,7 +176,7 @@ six==1.16.0 # via edx-lint sqlparse==0.4.4 # via django -stevedore==5.1.0 +stevedore==5.2.0 # via code-annotations text-unidecode==1.3 # via python-slugify @@ -187,7 +187,7 @@ tomli==2.0.1 # pyproject-api # pyproject-hooks # tox -tomlkit==0.12.3 +tomlkit==0.12.4 # via pylint tox==4.13.0 # via -r requirements/dev.in @@ -195,7 +195,7 @@ twine==5.0.0 # via # -r requirements/dev.in # -r requirements/quality.in -typing-extensions==4.9.0 +typing-extensions==4.10.0 # via # asgiref # astroid @@ -205,7 +205,7 @@ urllib3==2.2.1 # via # requests # twine -virtualenv==20.25.0 +virtualenv==20.25.1 # via tox wheel==0.42.0 # via -r requirements/dev.in diff --git a/requirements/pip.txt b/requirements/pip.txt index 71954cc..6665603 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -10,5 +10,5 @@ wheel==0.42.0 # 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 64cab55..e7c9ccd 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -4,7 +4,7 @@ # # make upgrade # -astroid==3.0.3 +astroid==3.1.0 # via # pylint # pylint-celery @@ -25,7 +25,7 @@ click-log==0.4.0 # via edx-lint code-annotations==1.6.0 # via edx-lint -cryptography==42.0.4 +cryptography==42.0.5 # via secretstorage dill==0.3.8 # via pylint @@ -40,7 +40,7 @@ importlib-metadata==7.0.1 # build # keyring # twine -importlib-resources==6.1.1 +importlib-resources==6.1.2 # via keyring isort==5.13.2 # via @@ -54,7 +54,7 @@ jeepney==0.8.0 # secretstorage jinja2==3.1.3 # via code-annotations -keyring==24.3.0 +keyring==24.3.1 # via twine markdown-it-py==3.0.0 # via rich @@ -86,7 +86,7 @@ pygments==2.17.2 # via # readme-renderer # rich -pylint==3.0.3 +pylint==3.1.0 # via # edx-lint # pylint-celery @@ -106,7 +106,7 @@ python-slugify==8.0.4 # via code-annotations pyyaml==6.0.1 # via code-annotations -readme-renderer==42.0 +readme-renderer==43.0 # via twine requests==2.31.0 # via @@ -122,7 +122,7 @@ secretstorage==3.3.3 # via keyring six==1.16.0 # via edx-lint -stevedore==5.1.0 +stevedore==5.2.0 # via code-annotations text-unidecode==1.3 # via python-slugify @@ -131,11 +131,11 @@ tomli==2.0.1 # build # pylint # pyproject-hooks -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 # astroid # pylint diff --git a/requirements/test.txt b/requirements/test.txt index 5c2dce3..0b622da 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -6,7 +6,7 @@ # asgiref==3.7.2 # via django -coverage[toml]==7.4.2 +coverage[toml]==7.4.3 # via pytest-cov # via # -c requirements/common_constraints.txt @@ -24,7 +24,7 @@ pluggy==1.4.0 # via pytest py==1.11.0 # via pytest-catchlog -pytest==8.0.1 +pytest==8.0.2 # via # pytest-catchlog # pytest-cov @@ -47,5 +47,5 @@ tomli==2.0.1 # via # coverage # pytest -typing-extensions==4.9.0 +typing-extensions==4.10.0 # via asgiref