From a3f860a0e2dcc6a0eb9a98e95dc1eac347c54c24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 18:51:37 +0000 Subject: [PATCH] Bump pip-tools from 6.14.0 to 7.3.0 Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 6.14.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.14.0...7.3.0) --- updated-dependencies: - dependency-name: pip-tools dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 91d7c4d..1ba62fb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -32,7 +32,7 @@ pathspec==0.10.3 # via black pep517==0.13.0 # via build -pip-tools==6.14.0 +pip-tools==7.3.0 # via -r requirements-dev.in platformdirs==2.6.2 # via black