From 37d24764fe4c37b818373a0fa7308e47ada4debd Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Tue, 31 Oct 2023 11:21:53 -0400 Subject: [PATCH] chore: Updating Python Requirements --- requirements/ci.txt | 4 ++-- requirements/dev.txt | 10 +++++----- requirements/pip-tools.txt | 2 +- requirements/pip.txt | 2 +- requirements/quality.txt | 2 +- requirements/test.txt | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index 4b20af77..05f22599 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -4,7 +4,7 @@ # # make upgrade # -cachetools==5.3.1 +cachetools==5.3.2 # via tox chardet==5.2.0 # via tox @@ -14,7 +14,7 @@ coverage==7.3.2 # via -r requirements/ci.in distlib==0.3.7 # via virtualenv -filelock==3.12.4 +filelock==3.13.1 # via # tox # virtualenv diff --git a/requirements/dev.txt b/requirements/dev.txt index 24d486e1..b205f89f 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -12,7 +12,7 @@ build==1.0.3 # pip-tools bump2version==1.0.1 # via -r requirements/dev.in -cachetools==5.3.1 +cachetools==5.3.2 # via # -r requirements/ci.txt # tox @@ -46,7 +46,7 @@ coverage[toml]==7.3.2 # -r requirements/quality.txt # coverage # pytest-cov -cryptography==41.0.4 +cryptography==41.0.5 # via secretstorage distlib==0.3.7 # via @@ -58,7 +58,7 @@ exceptiongroup==1.1.3 # via # -r requirements/quality.txt # pytest -filelock==3.12.4 +filelock==3.13.1 # via # -r requirements/ci.txt # tox @@ -160,7 +160,7 @@ pyproject-hooks==1.0.0 # via # -r requirements/pip-tools.txt # build -pytest==7.4.2 +pytest==7.4.3 # via # -r requirements/quality.txt # pytest-cov @@ -215,7 +215,7 @@ virtualenv==20.24.6 # via # -r requirements/ci.txt # tox -wheel==0.41.2 +wheel==0.41.3 # via # -r requirements/dev.in # -r requirements/pip-tools.txt 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/quality.txt b/requirements/quality.txt index 5a55738e..402ae26a 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -58,7 +58,7 @@ pycodestyle==2.11.1 # via flake8 pyflakes==3.1.0 # via flake8 -pytest==7.4.2 +pytest==7.4.3 # via # -r requirements/test.txt # pytest-cov diff --git a/requirements/test.txt b/requirements/test.txt index da621f14..0bd550f9 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -30,7 +30,7 @@ packaging==23.2 # via pytest pluggy==1.3.0 # via pytest -pytest==7.4.2 +pytest==7.4.3 # via # -r requirements/test.in # pytest-cov