From f2a2b9ade0d32276e294f05b7c0ae5ef33b43395 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Tue, 27 Feb 2024 10:21:52 -0500 Subject: [PATCH] chore: Updating Python Requirements --- requirements/ci.txt | 2 +- requirements/dev.txt | 26 +++++++++++++------------- requirements/doc.txt | 14 +++++++------- requirements/pip.txt | 2 +- requirements/quality.txt | 24 ++++++++++++------------ requirements/test.txt | 14 +++++++------- 6 files changed, 41 insertions(+), 41 deletions(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index 01c8cb5..2f44bf8 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -28,5 +28,5 @@ tox==3.28.0 # via # -c requirements/constraints.txt # -r requirements/ci.in -virtualenv==20.25.0 +virtualenv==20.25.1 # via tox diff --git a/requirements/dev.txt b/requirements/dev.txt index dcb8dc1..2de59f6 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -10,7 +10,7 @@ appdirs==1.4.4 # via fs asgiref==3.7.2 # via django -astroid==3.0.3 +astroid==3.1.0 # via # pylint # pylint-celery @@ -59,13 +59,13 @@ code-annotations==1.6.0 # via # edx-lint # edx-toggles -coverage[toml]==7.4.1 +coverage[toml]==7.4.3 # via pytest-cov -cryptography==42.0.3 +cryptography==42.0.5 # via # pyjwt # secretstorage -ddt==1.7.1 +ddt==1.7.2 # via -r requirements/test.in diff-cover==8.0.3 # via -r requirements/dev.in @@ -156,7 +156,7 @@ importlib-metadata==7.0.1 # build # keyring # twine -importlib-resources==6.1.1 +importlib-resources==6.1.2 # via keyring iniconfig==2.0.0 # via pytest @@ -199,7 +199,7 @@ mock==5.1.0 # via -r requirements/test.in more-itertools==10.2.0 # via jaraco-classes -newrelic==9.6.0 +newrelic==9.7.0 # via edx-django-utils nh3==0.2.15 # via readme-renderer @@ -250,7 +250,7 @@ pyjwt[crypto]==2.8.0 # via # drf-jwt # edx-drf-extensions -pylint==3.0.3 +pylint==3.1.0 # via # edx-lint # pylint-celery @@ -274,7 +274,7 @@ pyproject-hooks==1.0.0 # via # build # pip-tools -pytest==8.0.1 +pytest==8.0.2 # via # pytest-cov # pytest-django @@ -302,7 +302,7 @@ pyyaml==6.0.1 # code-annotations # edx-i18n-tools # xblock -readme-renderer==42.0 +readme-renderer==43.0 # via twine requests==2.31.0 # via @@ -332,7 +332,7 @@ snowballstemmer==2.2.0 # via pydocstyle sqlparse==0.4.4 # via django -stevedore==5.1.0 +stevedore==5.2.0 # via # code-annotations # edx-django-utils @@ -348,7 +348,7 @@ tomli==2.0.1 # pyproject-hooks # pytest # tox -tomlkit==0.12.3 +tomlkit==0.12.4 # via pylint tox==3.28.0 # via @@ -356,7 +356,7 @@ tox==3.28.0 # -r requirements/dev.in twine==5.0.0 # via -r requirements/quality.in -typing-extensions==4.9.0 +typing-extensions==4.10.0 # via # asgiref # astroid @@ -378,7 +378,7 @@ vine==5.1.0 # amqp # celery # kombu -virtualenv==20.25.0 +virtualenv==20.25.1 # via tox wcwidth==0.2.13 # via prompt-toolkit diff --git a/requirements/doc.txt b/requirements/doc.txt index 23a4019..ece5435 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -54,11 +54,11 @@ click-repl==0.3.0 # via celery code-annotations==1.6.0 # via edx-toggles -coverage[toml]==7.4.1 +coverage[toml]==7.4.3 # via pytest-cov -cryptography==42.0.3 +cryptography==42.0.5 # via pyjwt -ddt==1.7.1 +ddt==1.7.2 # via -r requirements/test.in django==3.2.24 # via @@ -156,7 +156,7 @@ markupsafe==2.1.5 # xblock mock==5.1.0 # via -r requirements/test.in -newrelic==9.6.0 +newrelic==9.7.0 # via edx-django-utils openedx-events==9.5.2 # via event-tracking @@ -193,7 +193,7 @@ pymongo==3.13.0 # event-tracking pynacl==1.5.0 # via edx-django-utils -pytest==8.0.1 +pytest==8.0.2 # via # pytest-cov # pytest-django @@ -261,7 +261,7 @@ sphinxcontrib-serializinghtml==1.1.5 # via sphinx sqlparse==0.4.4 # via django -stevedore==5.1.0 +stevedore==5.2.0 # via # code-annotations # doc8 @@ -274,7 +274,7 @@ tomli==2.0.1 # coverage # doc8 # pytest -typing-extensions==4.9.0 +typing-extensions==4.10.0 # via # asgiref # edx-opaque-keys 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 0baf470..6eaeca1 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -10,7 +10,7 @@ appdirs==1.4.4 # via fs asgiref==3.7.2 # via django -astroid==3.0.3 +astroid==3.1.0 # via # pylint # pylint-celery @@ -54,13 +54,13 @@ code-annotations==1.6.0 # via # edx-lint # edx-toggles -coverage[toml]==7.4.1 +coverage[toml]==7.4.3 # via pytest-cov -cryptography==42.0.3 +cryptography==42.0.5 # via # pyjwt # secretstorage -ddt==1.7.1 +ddt==1.7.2 # via -r requirements/test.in dill==0.3.8 # via pylint @@ -137,7 +137,7 @@ importlib-metadata==7.0.1 # via # keyring # twine -importlib-resources==6.1.1 +importlib-resources==6.1.2 # via keyring iniconfig==2.0.0 # via pytest @@ -176,7 +176,7 @@ mock==5.1.0 # via -r requirements/test.in more-itertools==10.2.0 # via jaraco-classes -newrelic==9.6.0 +newrelic==9.7.0 # via edx-django-utils nh3==0.2.15 # via readme-renderer @@ -210,7 +210,7 @@ pyjwt[crypto]==2.8.0 # via # drf-jwt # edx-drf-extensions -pylint==3.0.3 +pylint==3.1.0 # via # edx-lint # pylint-celery @@ -230,7 +230,7 @@ pymongo==3.13.0 # event-tracking pynacl==1.5.0 # via edx-django-utils -pytest==8.0.1 +pytest==8.0.2 # via # pytest-cov # pytest-django @@ -257,7 +257,7 @@ pyyaml==6.0.1 # via # code-annotations # xblock -readme-renderer==42.0 +readme-renderer==43.0 # via twine requests==2.31.0 # via @@ -286,7 +286,7 @@ snowballstemmer==2.2.0 # via pydocstyle sqlparse==0.4.4 # via django -stevedore==5.1.0 +stevedore==5.2.0 # via # code-annotations # edx-django-utils @@ -298,11 +298,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 # asgiref # astroid diff --git a/requirements/test.txt b/requirements/test.txt index 5158d10..08d8c56 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -44,11 +44,11 @@ click-repl==0.3.0 # via celery code-annotations==1.6.0 # via edx-toggles -coverage[toml]==7.4.1 +coverage[toml]==7.4.3 # via pytest-cov -cryptography==42.0.3 +cryptography==42.0.5 # via pyjwt -ddt==1.7.1 +ddt==1.7.2 # via -r requirements/test.in # via # -c requirements/constraints.txt @@ -130,7 +130,7 @@ markupsafe==2.1.5 # xblock mock==5.1.0 # via -r requirements/test.in -newrelic==9.6.0 +newrelic==9.7.0 # via edx-django-utils openedx-events==9.5.2 # via event-tracking @@ -156,7 +156,7 @@ pymongo==3.13.0 # event-tracking pynacl==1.5.0 # via edx-django-utils -pytest==8.0.1 +pytest==8.0.2 # via # pytest-cov # pytest-django @@ -196,7 +196,7 @@ six==1.16.0 # python-dateutil sqlparse==0.4.4 # via django -stevedore==5.1.0 +stevedore==5.2.0 # via # code-annotations # edx-django-utils @@ -207,7 +207,7 @@ tomli==2.0.1 # via # coverage # pytest -typing-extensions==4.9.0 +typing-extensions==4.10.0 # via # asgiref # edx-opaque-keys