From b067a29c174d224398c6e6eb9bb04a3f36f7405d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 01:33:18 +0000 Subject: [PATCH] Bump pip-tools from 6.13.0 to 7.3.0 Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 6.13.0 to 7.3.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.3.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..0b24b9b 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.3.0 # via -r requirements.in pluggy==1.0.0 # via pytest