From e0454eef7cbfcc897d596b244323d69e21944b52 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Sun, 5 Nov 2023 21:14:31 -0500 Subject: [PATCH] chore: Updating Python Requirements --- .../requirements/pip-tools.txt | 2 +- .../requirements/pip.txt | 2 +- requirements/base.txt | 6 ++--- requirements/ci.txt | 4 ++-- requirements/dev.txt | 22 +++++++++---------- requirements/pip-tools.txt | 2 +- requirements/pip.txt | 2 +- requirements/test.txt | 20 ++++++++--------- 8 files changed, 30 insertions(+), 30 deletions(-) diff --git a/python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip-tools.txt b/python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip-tools.txt index efb06e55..597ec6d0 100644 --- a/python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip-tools.txt +++ b/python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip-tools.txt @@ -21,7 +21,7 @@ tomli==2.0.1 # build # pip-tools # pyproject-hooks -wheel==0.41.2 +wheel==0.41.3 # via pip-tools zipp==3.17.0 # via importlib-metadata diff --git a/python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.txt b/python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.txt index 57019f96..0b32ea51 100644 --- a/python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.txt +++ b/python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.txt @@ -4,7 +4,7 @@ # # make upgrade # -wheel==0.41.2 +wheel==0.41.3 # via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/base.txt b/requirements/base.txt index 2a5f43ce..f410566d 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -16,7 +16,7 @@ certifi==2023.7.22 # via requests chardet==5.2.0 # via binaryornot -charset-normalizer==3.3.1 +charset-normalizer==3.3.2 # via requests click==8.1.7 # via @@ -32,7 +32,7 @@ cookiecutter==2.4.0 # via -r requirements/base.in dill==0.3.7 # via pylint -edx-lint==5.3.4 +edx-lint==5.3.6 # via -r requirements/base.in idna==3.4 # via requests @@ -94,7 +94,7 @@ text-unidecode==1.3 # via python-slugify tomli==2.0.1 # via pylint -tomlkit==0.12.1 +tomlkit==0.12.2 # via pylint types-python-dateutil==2.8.19.14 # via arrow diff --git a/requirements/ci.txt b/requirements/ci.txt index 267f554b..72ffe4d7 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -6,7 +6,7 @@ # distlib==0.3.7 # via virtualenv -filelock==3.12.4 +filelock==3.13.1 # via # tox # virtualenv @@ -26,5 +26,5 @@ tox==3.28.0 # via # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt # -r requirements/ci.in -virtualenv==20.24.5 +virtualenv==20.24.6 # via tox diff --git a/requirements/dev.txt b/requirements/dev.txt index 728d6979..c7aad92a 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -25,7 +25,7 @@ astroid==3.0.1 # -r requirements/test.txt # pylint # pylint-celery -babel==2.13.0 +babel==2.13.1 # via # -r requirements/test.txt # pydata-sphinx-theme @@ -55,7 +55,7 @@ chardet==5.2.0 # via # -r requirements/test.txt # binaryornot -charset-normalizer==3.3.1 +charset-normalizer==3.3.2 # via # -r requirements/test.txt # requests @@ -80,7 +80,7 @@ cookiecutter==2.4.0 # via # -r requirements/test.txt # pytest-cookies -cryptography==41.0.4 +cryptography==41.0.5 # via # -r requirements/test.txt # secretstorage @@ -93,7 +93,7 @@ distlib==0.3.7 # -r requirements/ci.txt # -r requirements/test.txt # virtualenv -django==3.2.22 +django==3.2.23 # via # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt # -r requirements/test.txt @@ -113,13 +113,13 @@ docutils==0.18.1 # restructuredtext-lint # sphinx # sphinx-rtd-theme -edx-lint==5.3.4 +edx-lint==5.3.6 # via -r requirements/test.txt exceptiongroup==1.1.3 # via # -r requirements/test.txt # pytest -filelock==3.12.4 +filelock==3.13.1 # via # -r requirements/ci.txt # -r requirements/test.txt @@ -238,7 +238,7 @@ pycparser==2.21 # via # -r requirements/test.txt # cffi -pydata-sphinx-theme==0.14.1 +pydata-sphinx-theme==0.14.3 # via # -r requirements/test.txt # sphinx-book-theme @@ -278,7 +278,7 @@ pyproject-hooks==1.0.0 # -r requirements/pip-tools.txt # -r requirements/test.txt # build -pytest==7.4.2 +pytest==7.4.3 # via # -r requirements/test.txt # pytest-cookies @@ -416,7 +416,7 @@ tomli==2.0.1 # pyproject-hooks # pytest # tox -tomlkit==0.12.1 +tomlkit==0.12.2 # via # -r requirements/test.txt # pylint @@ -443,12 +443,12 @@ urllib3==2.0.7 # -r requirements/test.txt # requests # twine -virtualenv==20.24.5 +virtualenv==20.24.6 # via # -r requirements/ci.txt # -r requirements/test.txt # tox -wheel==0.41.2 +wheel==0.41.3 # via # -r requirements/pip-tools.txt # pip-tools diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 50d35f22..ea347319 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -21,7 +21,7 @@ tomli==2.0.1 # build # pip-tools # pyproject-hooks -wheel==0.41.2 +wheel==0.41.3 # via pip-tools zipp==3.17.0 # via importlib-metadata diff --git a/requirements/pip.txt b/requirements/pip.txt index 0c788d61..9014f2cf 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -4,7 +4,7 @@ # # make upgrade # -wheel==0.41.2 +wheel==0.41.3 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/test.txt b/requirements/test.txt index 1ce5b336..a3c735b8 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -19,7 +19,7 @@ astroid==3.0.1 # -r requirements/base.txt # pylint # pylint-celery -babel==2.13.0 +babel==2.13.1 # via # pydata-sphinx-theme # sphinx @@ -41,7 +41,7 @@ chardet==5.2.0 # via # -r requirements/base.txt # binaryornot -charset-normalizer==3.3.1 +charset-normalizer==3.3.2 # via # -r requirements/base.txt # requests @@ -64,7 +64,7 @@ cookiecutter==2.4.0 # via # -r requirements/base.txt # pytest-cookies -cryptography==41.0.4 +cryptography==41.0.5 # via secretstorage dill==0.3.7 # via @@ -72,7 +72,7 @@ dill==0.3.7 # pylint distlib==0.3.7 # via virtualenv -django==3.2.22 +django==3.2.23 # via # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt # -r requirements/test.in @@ -91,13 +91,13 @@ docutils==0.18.1 # restructuredtext-lint # sphinx # sphinx-rtd-theme -edx-lint==5.3.4 +edx-lint==5.3.6 # via # -r requirements/base.txt # -r requirements/test.in exceptiongroup==1.1.3 # via pytest -filelock==3.12.4 +filelock==3.13.1 # via virtualenv idna==3.4 # via @@ -177,7 +177,7 @@ pycodestyle==2.11.1 # via -r requirements/test.in pycparser==2.21 # via cffi -pydata-sphinx-theme==0.14.1 +pydata-sphinx-theme==0.14.3 # via sphinx-book-theme pydocstyle==6.3.0 # via -r requirements/test.in @@ -212,7 +212,7 @@ pylint-plugin-utils==0.8.2 # pylint-django pyproject-hooks==1.0.0 # via build -pytest==7.4.2 +pytest==7.4.3 # via pytest-cookies pytest-cookies==0.7.0 # via -r requirements/test.in @@ -312,7 +312,7 @@ tomli==2.0.1 # pylint # pyproject-hooks # pytest -tomlkit==0.12.1 +tomlkit==0.12.2 # via # -r requirements/base.txt # pylint @@ -335,7 +335,7 @@ urllib3==2.0.7 # -r requirements/base.txt # requests # twine -virtualenv==20.24.5 +virtualenv==20.24.6 # via -r requirements/test.in zipp==3.17.0 # via