From 94b15f2f40339f55cfdb62b067a8af8e81700e1c Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Tue, 21 May 2024 11:21:16 -0400 Subject: [PATCH] chore: Updating Python Requirements --- requirements/ci.txt | 2 +- requirements/dev.txt | 10 +++++----- requirements/doc.txt | 6 +++--- requirements/pip-tools.txt | 2 +- requirements/pip.txt | 2 +- requirements/quality.txt | 8 ++++---- requirements/test.txt | 2 +- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index d3c358a..0008d40 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -20,7 +20,7 @@ packaging==24.0 # via # pyproject-api # tox -platformdirs==4.2.1 +platformdirs==4.2.2 # via # tox # virtualenv diff --git a/requirements/dev.txt b/requirements/dev.txt index 90189d8..a5b1370 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -8,7 +8,7 @@ asgiref==3.8.1 # via # -r requirements/quality.txt # django -astroid==3.2.0 +astroid==3.2.2 # via # -r requirements/quality.txt # pylint @@ -206,7 +206,7 @@ pbr==6.0.0 # stevedore pip-tools==7.4.1 # via -r requirements/pip-tools.txt -platformdirs==4.2.1 +platformdirs==4.2.2 # via # -r requirements/ci.txt # -r requirements/quality.txt @@ -242,7 +242,7 @@ pyjwt[crypto]==2.8.0 # drf-jwt # edx-drf-extensions # edx-rest-api-client -pylint==3.2.0 +pylint==3.2.2 # via # -r requirements/quality.txt # edx-lint @@ -279,7 +279,7 @@ pyproject-hooks==1.1.0 # -r requirements/pip-tools.txt # build # pip-tools -pytest==8.2.0 +pytest==8.2.1 # via # -r requirements/quality.txt # pytest-cov @@ -375,7 +375,7 @@ wheel==0.43.0 # via # -r requirements/pip-tools.txt # pip-tools -zipp==3.18.1 +zipp==3.18.2 # via # -r requirements/pip-tools.txt # importlib-metadata diff --git a/requirements/doc.txt b/requirements/doc.txt index 4ffdfa9..ef5a6c8 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -214,7 +214,7 @@ pynacl==1.5.0 # edx-django-utils pyproject-hooks==1.1.0 # via build -pytest==8.2.0 +pytest==8.2.1 # via # -r requirements/test.txt # pytest-cov @@ -304,7 +304,7 @@ tomli==2.0.1 # coverage # doc8 # pytest -twine==5.0.0 +twine==5.1.0 # via -r requirements/doc.in typing-extensions==4.11.0 # via @@ -318,7 +318,7 @@ urllib3==2.2.1 # requests # responses # twine -zipp==3.18.1 +zipp==3.18.2 # via # importlib-metadata # importlib-resources diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 3f05628..dbb1ac7 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -26,7 +26,7 @@ tomli==2.0.1 # pip-tools wheel==0.43.0 # via pip-tools -zipp==3.18.1 +zipp==3.18.2 # 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 e3ffcc7..8a72bb0 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -10,5 +10,5 @@ wheel==0.43.0 # The following packages are considered to be unsafe in a requirements file: pip==24.0 # via -r requirements/pip.in -setuptools==69.5.1 +setuptools==70.0.0 # via -r requirements/pip.in diff --git a/requirements/quality.txt b/requirements/quality.txt index b259688..4c03658 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -8,7 +8,7 @@ asgiref==3.8.1 # via # -r requirements/test.txt # django -astroid==3.2.0 +astroid==3.2.2 # via # pylint # pylint-celery @@ -145,7 +145,7 @@ pbr==6.0.0 # via # -r requirements/test.txt # stevedore -platformdirs==4.2.1 +platformdirs==4.2.2 # via pylint pluggy==1.5.0 # via @@ -169,7 +169,7 @@ pyjwt[crypto]==2.8.0 # drf-jwt # edx-drf-extensions # edx-rest-api-client -pylint==3.2.0 +pylint==3.2.2 # via # edx-lint # pylint-celery @@ -191,7 +191,7 @@ pynacl==1.5.0 # via # -r requirements/test.txt # edx-django-utils -pytest==8.2.0 +pytest==8.2.1 # via # -r requirements/test.txt # pytest-cov diff --git a/requirements/test.txt b/requirements/test.txt index 4555ee4..5644846 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -140,7 +140,7 @@ pynacl==1.5.0 # via # -r requirements/base.txt # edx-django-utils -pytest==8.2.0 +pytest==8.2.1 # via # pytest-cov # pytest-django