diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 3c105648..f35093b5 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -10,17 +10,17 @@ click==8.1.7 # via pip-tools packaging==21.3 # via - # -c requirements/constraints.txt + # -c constraints.txt # build pip-tools==7.4.1 - # via -r requirements/pip-tools.in + # via -r pip-tools.in pyparsing==3.2.0 # via packaging pyproject-hooks==1.2.0 # via # build # pip-tools -wheel==0.44.0 +wheel==0.45.1 # via pip-tools # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/pip.txt b/requirements/pip.txt index 896d77f3..9bc255d1 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -4,15 +4,15 @@ # # make upgrade # -wheel==0.44.0 - # via -r requirements/pip.in +wheel==0.45.1 + # via -r pip.in # The following packages are considered to be unsafe in a requirements file: pip==24.2 # via - # -c requirements/common_constraints.txt - # -r requirements/pip.in + # -c common_constraints.txt + # -r pip.in setuptools==70.3.0 # via - # -c requirements/constraints.txt - # -r requirements/pip.in + # -c constraints.txt + # -r pip.in