From 4d949b23af36d58a2af9006f97bbf9238c7af883 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Mon, 4 Dec 2023 21:35:50 -0500 Subject: [PATCH] chore: Updating Python Requirements --- requirements/pip.txt | 4 ++-- requirements/pip_tools.txt | 4 ++-- requirements/test.txt | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements/pip.txt b/requirements/pip.txt index 9014f2c..14cb99c 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -4,11 +4,11 @@ # # make upgrade # -wheel==0.41.3 +wheel==0.42.0 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: pip==23.3.1 # via -r requirements/pip.in -setuptools==68.2.2 +setuptools==69.0.2 # via -r requirements/pip.in diff --git a/requirements/pip_tools.txt b/requirements/pip_tools.txt index 449e80a..c9e5f72 100644 --- a/requirements/pip_tools.txt +++ b/requirements/pip_tools.txt @@ -8,7 +8,7 @@ build==1.0.3 # via pip-tools click==8.1.7 # via pip-tools -importlib-metadata==6.8.0 +importlib-metadata==7.0.0 # via build packaging==23.2 # via build @@ -21,7 +21,7 @@ tomli==2.0.1 # build # pip-tools # pyproject-hooks -wheel==0.41.3 +wheel==0.42.0 # via pip-tools zipp==3.17.0 # via importlib-metadata diff --git a/requirements/test.txt b/requirements/test.txt index 54734e0..15a9065 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -25,7 +25,7 @@ dill==0.3.7 # via pylint edx-lint==5.3.6 # via -r requirements/test.in -exceptiongroup==1.1.3 +exceptiongroup==1.2.0 # via pytest iniconfig==2.0.0 # via pytest @@ -41,7 +41,7 @@ packaging==23.2 # via pytest pbr==6.0.0 # via stevedore -platformdirs==4.0.0 +platformdirs==4.1.0 # via pylint pluggy==1.3.0 # via pytest @@ -78,7 +78,7 @@ tomli==2.0.1 # coverage # pylint # pytest -tomlkit==0.12.2 +tomlkit==0.12.3 # via pylint typing-extensions==4.8.0 # via