From 7f18a75ec7a0efa71f4a4d0f0f3316cdc4e67f73 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Mon, 6 Nov 2023 23:20:42 -0500 Subject: [PATCH] chore: Updating Python Requirements --- requirements/base.txt | 4 ++-- requirements/ci.txt | 4 ++-- requirements/dev.txt | 18 +++++++++--------- requirements/pip-tools.txt | 2 +- requirements/pip.txt | 2 +- requirements/testing.txt | 12 ++++++------ 6 files changed, 21 insertions(+), 21 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 9412d7ba..1116ff10 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -10,11 +10,11 @@ cffi==1.16.0 # via # cryptography # pynacl -charset-normalizer==3.3.1 +charset-normalizer==3.3.2 # via requests click==8.1.7 # via -r requirements/base.in -cryptography==41.0.4 +cryptography==41.0.5 # via pyjwt deprecated==1.2.14 # via pygithub 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 949da6ce..ed385a34 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -22,7 +22,7 @@ cffi==1.16.0 # -r requirements/testing.txt # cryptography # pynacl -charset-normalizer==3.3.1 +charset-normalizer==3.3.2 # via # -r requirements/testing.txt # requests @@ -47,7 +47,7 @@ coverage[toml]==7.3.2 # -r requirements/testing.txt # coverage # pytest-cov -cryptography==41.0.4 +cryptography==41.0.5 # via # -r requirements/testing.txt # pyjwt @@ -63,13 +63,13 @@ distlib==0.3.7 # via # -r requirements/ci.txt # virtualenv -edx-lint==5.3.4 +edx-lint==5.3.6 # via -r requirements/testing.txt exceptiongroup==1.1.3 # via # -r requirements/testing.txt # pytest -filelock==3.12.4 +filelock==3.13.1 # via # -r requirements/ci.txt # tox @@ -164,7 +164,7 @@ pylint-celery==0.3 # via # -r requirements/testing.txt # edx-lint -pylint-django==2.5.4 +pylint-django==2.5.5 # via # -r requirements/testing.txt # edx-lint @@ -181,7 +181,7 @@ pyproject-hooks==1.0.0 # via # -r requirements/pip-tools.txt # build -pytest==7.4.2 +pytest==7.4.3 # via # -r requirements/testing.txt # pytest-cov @@ -236,7 +236,7 @@ tomli==2.0.1 # pyproject-hooks # pytest # tox -tomlkit==0.12.1 +tomlkit==0.12.2 # via # -r requirements/testing.txt # pylint @@ -255,11 +255,11 @@ urllib3==2.0.7 # -r requirements/testing.txt # pygithub # requests -virtualenv==20.24.5 +virtualenv==20.24.6 # via # -r requirements/ci.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/testing.txt b/requirements/testing.txt index a02313a8..b4f9bc80 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -17,7 +17,7 @@ cffi==1.16.0 # -r requirements/base.txt # cryptography # pynacl -charset-normalizer==3.3.1 +charset-normalizer==3.3.2 # via # -r requirements/base.txt # requests @@ -35,7 +35,7 @@ coverage[toml]==7.3.2 # via # -r requirements/testing.in # pytest-cov -cryptography==41.0.4 +cryptography==41.0.5 # via # -r requirements/base.txt # pyjwt @@ -45,7 +45,7 @@ deprecated==1.2.14 # pygithub dill==0.3.7 # via pylint -edx-lint==5.3.4 +edx-lint==5.3.6 # via -r requirements/testing.in exceptiongroup==1.1.3 # via pytest @@ -102,7 +102,7 @@ pylint==3.0.2 # pylint-plugin-utils pylint-celery==0.3 # via edx-lint -pylint-django==2.5.4 +pylint-django==2.5.5 # via edx-lint pylint-plugin-utils==0.8.2 # via @@ -112,7 +112,7 @@ pynacl==1.5.0 # via # -r requirements/base.txt # pygithub -pytest==7.4.2 +pytest==7.4.3 # via # -r requirements/testing.in # pytest-cov @@ -150,7 +150,7 @@ tomli==2.0.1 # coverage # pylint # pytest -tomlkit==0.12.1 +tomlkit==0.12.2 # via pylint typing-extensions==4.8.0 # via