diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 007ed38..135c9d9 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -4,10 +4,12 @@ # # make upgrade # -build==0.10.0 +build==1.0.0 # via pip-tools click==8.1.7 # via pip-tools +importlib-metadata==6.8.0 + # via build packaging==23.1 # via build pip-tools==7.3.0 @@ -21,6 +23,8 @@ tomli==2.0.1 # pyproject-hooks wheel==0.41.2 # via pip-tools +zipp==3.16.2 + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # pip diff --git a/requirements/test.txt b/requirements/test.txt index 815f0c3..11188b7 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -50,7 +50,7 @@ pydocstyle==6.3.0 # via -r requirements/test.in pylint==2.17.5 # via -r requirements/test.in -pytest==7.4.0 +pytest==7.4.1 # via # -r requirements/test.in # pytest-cov