From 24d58c3e6b1ed0673a5803868218df47b0ffe001 Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Mon, 3 Jul 2023 19:53:15 -0400 Subject: [PATCH] chore(deps): Update `pip-tools` from 6.8.0 to 6.14.0 - [Software Repository](https://pypi.org/project/pip-tools/6.14.0/) - [Release notes](https://github.com/jazzband/pip-tools/releases/tag/6.14.0) - [Changelog](https://github.com/jazzband/pip-tools/blob/6.14.0/CHANGELOG.md#6140-2023-06-28) - [Commits](https://github.com/jazzband/pip-tools/compare/6.8.0...6.14.0) Update procedure: - Update Make variable `PYTHON_PIP_TOOLS_VERSION_SPECIFIER`. - Compile Python dependency manifests with `make python-deps-compile`. --- Makefile | 2 +- requirements-dev.txt | 4 ++-- requirements.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index b74f83ec..c696a635 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ PYTHON_PIP_VERSION_SPECIFIER = ==22.3.1 PYTHON_SETUPTOOLS_VERSION_SPECIFIER = ==58.1.0 PYTHON_WHEEL_VERSION_SPECIFIER = ==0.38.4 PYTHON_VIRTUALENV_DIR = venv -PYTHON_PIP_TOOLS_VERSION_SPECIFIER = ~=6.8.0 +PYTHON_PIP_TOOLS_VERSION_SPECIFIER = ==6.14.0 PYTHON_PIP_TOOLS_SRC_FILES = requirements.in requirements-dev.in # Black diff --git a/requirements-dev.txt b/requirements-dev.txt index 4e42d02d..1e436316 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.8 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.8 +# by the following command: # # pip-compile --strip-extras requirements-dev.in # diff --git a/requirements.txt b/requirements.txt index dce1279c..014204ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.8 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.8 +# by the following command: # # pip-compile --strip-extras requirements.in #