From cb31b4e93c9af9950e6e6afbbd2786d75c85367f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 01:18:58 +0000 Subject: [PATCH] Bump pip-tools from 6.13.0 to 7.0.0 Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 6.13.0 to 7.0.0. - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md) - [Commits](https://github.com/jazzband/pip-tools/compare/6.13.0...7.0.0) --- updated-dependencies: - dependency-name: pip-tools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9a94a3f..de5f4f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -67,7 +67,7 @@ packaging==22.0 # pytest pep517==0.13.0 # via build -pip-tools==6.13.0 +pip-tools==7.0.0 # via -r requirements.in pluggy==1.0.0 # via pytest