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..73cde8e 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -25,11 +25,11 @@ 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 -isort==5.12.0 +isort==5.13.1 # via pylint jinja2==3.1.2 # via code-annotations @@ -41,11 +41,11 @@ 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 -pylint==3.0.2 +pylint==3.0.3 # via # edx-lint # pylint-celery @@ -78,9 +78,9 @@ tomli==2.0.1 # coverage # pylint # pytest -tomlkit==0.12.2 +tomlkit==0.12.3 # via pylint -typing-extensions==4.8.0 +typing-extensions==4.9.0 # via # astroid # pylint