From cfee6c770873bc6e3d4be5dfd414de69c32abc7c Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Tue, 30 Jan 2024 10:21:21 -0500 Subject: [PATCH] chore: Updating Python Requirements --- requirements/base.txt | 14 +++++++------- requirements/ci.txt | 4 ++-- requirements/dev.txt | 12 ++++++------ requirements/quality.txt | 10 +++++----- requirements/test.txt | 24 ++++++++++++------------ 5 files changed, 32 insertions(+), 32 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index b191c34ee3..b864721aac 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -42,7 +42,7 @@ click-plugins==1.1.1 # via celery click-repl==0.3.0 # via celery -cryptography==42.0.0 +cryptography==42.0.1 # via pyjwt django==3.2.23 # via @@ -94,7 +94,7 @@ edx-django-utils==5.10.1 # edx-rest-api-client # edx-when # event-tracking -edx-drf-extensions==9.1.2 +edx-drf-extensions==10.1.0 # via # -r requirements/base.in # edx-when @@ -119,13 +119,13 @@ kombu==5.3.5 # via celery lxml==5.1.0 # via xblock -mako==1.3.1 +mako==1.3.2 # via xblock markupsafe==2.1.4 # via # mako # xblock -newrelic==9.5.0 +newrelic==9.6.0 # via edx-django-utils pbr==6.0.0 # via stevedore @@ -157,7 +157,7 @@ python-dateutil==2.8.2 # xblock python-ipware==2.0.1 # via django-ipware -pytz==2023.3.post1 +pytz==2023.4 # via # -r requirements/base.in # django @@ -199,7 +199,7 @@ tzdata==2023.4 # via # backports-zoneinfo # celery -urllib3==2.1.0 +urllib3==2.2.0 # via requests vine==5.1.0 # via @@ -212,7 +212,7 @@ web-fragments==2.1.0 # via xblock webob==1.8.7 # via xblock -xblock==1.9.1 +xblock==1.10.0 # via edx-when # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/ci.txt b/requirements/ci.txt index 6bd6f8487a..3dc740abbc 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -10,7 +10,7 @@ chardet==5.2.0 # via tox colorama==0.4.6 # via tox -coverage==7.4.0 +coverage==7.4.1 # via -r requirements/ci.in distlib==0.3.8 # via virtualenv @@ -26,7 +26,7 @@ platformdirs==4.1.0 # via # tox # virtualenv -pluggy==1.3.0 +pluggy==1.4.0 # via tox pyproject-api==1.6.1 # via tox diff --git a/requirements/dev.txt b/requirements/dev.txt index e1a1240241..8d2ac8522d 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -35,7 +35,7 @@ colorama==0.4.6 # typer diff-cover==8.0.3 # via -r requirements/dev.in -dill==0.3.7 +dill==0.3.8 # via pylint distlib==0.3.8 # via virtualenv @@ -96,7 +96,7 @@ platformdirs==4.1.0 # pylint # tox # virtualenv -pluggy==1.3.0 +pluggy==1.4.0 # via # diff-cover # tox @@ -104,9 +104,9 @@ polib==1.2.0 # via edx-i18n-tools pycodestyle==2.11.1 # via -r requirements/quality.in -pydantic==2.5.3 +pydantic==2.6.0 # via rstcheck-core -pydantic-core==2.14.6 +pydantic-core==2.16.1 # via pydantic pydocstyle==6.3.0 # via -r requirements/quality.in @@ -130,9 +130,9 @@ pylint-plugin-utils==0.8.2 # pylint-django pyproject-api==1.6.1 # via tox -python-slugify==8.0.1 +python-slugify==8.0.2 # via code-annotations -pytz==2023.3.post1 +pytz==2023.4 # via django pyyaml==6.0.1 # via diff --git a/requirements/quality.txt b/requirements/quality.txt index 7edb2d9db8..b34d15538c 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -25,7 +25,7 @@ code-annotations==1.5.0 # via edx-lint colorama==0.4.6 # via typer -dill==0.3.7 +dill==0.3.8 # via pylint django==3.2.23 # via @@ -59,9 +59,9 @@ platformdirs==4.1.0 # via pylint pycodestyle==2.11.1 # via -r requirements/quality.in -pydantic==2.5.3 +pydantic==2.6.0 # via rstcheck-core -pydantic-core==2.14.6 +pydantic-core==2.16.1 # via pydantic pydocstyle==6.3.0 # via -r requirements/quality.in @@ -81,9 +81,9 @@ pylint-plugin-utils==0.8.2 # via # pylint-celery # pylint-django -python-slugify==8.0.1 +python-slugify==8.0.2 # via code-annotations -pytz==2023.3.post1 +pytz==2023.4 # via django pyyaml==6.0.1 # via code-annotations diff --git a/requirements/test.txt b/requirements/test.txt index b03cbef54b..01bc798c85 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -39,11 +39,11 @@ click-plugins==1.1.1 # via celery code-annotations==1.5.0 # via -r requirements/test.in -coverage[toml]==7.4.0 +coverage[toml]==7.4.1 # via # coverage # pytest-cov -cryptography==42.0.0 +cryptography==42.0.1 # via pyjwt ddt==1.7.1 # via -r requirements/test.in @@ -96,7 +96,7 @@ edx-django-utils==5.10.1 # edx-rest-api-client # edx-when # event-tracking -edx-drf-extensions==9.1.2 +edx-drf-extensions==10.1.0 # via # -r requirements/base.in # edx-when @@ -138,7 +138,7 @@ lxml==5.1.0 # via # edx-i18n-tools # xblock -mako==1.3.1 +mako==1.3.2 # via xblock markupsafe==2.1.4 # via @@ -147,7 +147,7 @@ markupsafe==2.1.4 # xblock mock==5.1.0 # via -r requirements/test.in -newrelic==9.5.0 +newrelic==9.6.0 # via edx-django-utils packaging==23.2 # via pytest @@ -155,7 +155,7 @@ path==16.9.0 # via edx-i18n-tools pbr==6.0.0 # via stevedore -pluggy==1.3.0 +pluggy==1.4.0 # via pytest polib==1.2.0 # via edx-i18n-tools @@ -179,14 +179,14 @@ pymongo==3.13.0 # event-tracking pynacl==1.5.0 # via edx-django-utils -pytest==7.4.4 +pytest==8.0.0 # via # pytest-cov # pytest-django # pytest-xdist pytest-cov==4.1.0 # via -r requirements/test.in -pytest-django==4.7.0 +pytest-django==4.8.0 # via -r requirements/test.in pytest-xdist==3.5.0 # via -r requirements/test.in @@ -198,9 +198,9 @@ python-dateutil==2.8.2 # xblock python-ipware==2.0.1 # via django-ipware -python-slugify==8.0.1 +python-slugify==8.0.2 # via code-annotations -pytz==2023.3.post1 +pytz==2023.4 # via # -r requirements/base.in # django @@ -259,7 +259,7 @@ tzdata==2023.4 # via # backports-zoneinfo # celery -urllib3==2.1.0 +urllib3==2.2.0 # via # requests # responses @@ -273,7 +273,7 @@ web-fragments==2.1.0 # via xblock webob==1.8.7 # via xblock -xblock==1.9.1 +xblock==1.10.0 # via edx-when # The following packages are considered to be unsafe in a requirements file: