From e219afbd5954f00f41897993766f3d6df732e5fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 12:06:47 +0000 Subject: [PATCH] Bump pip-tools from 6.13.0 to 7.3.0 (#144) 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index dd9deed..e560398 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -264,7 +264,7 @@ pbr==5.11.0 # via stevedore pep517==0.13.0 # via build -pip-tools==6.13.0 +pip-tools==7.3.0 # via -r requirements-dev.in platformdirs==2.5.4 # via @@ -425,6 +425,7 @@ tomli==2.0.1 # black # build # pep517 + # pip-tools # pytest typing-extensions==4.4.0 # via