From cdf4a52b1b653a7eba88cd8cb1e161514302cc40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 01:16:21 +0000 Subject: [PATCH] Bump pip-tools from 6.13.0 to 6.14.0 Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 6.13.0 to 6.14.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...6.14.0) --- updated-dependencies: - dependency-name: pip-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f0489ca..53c1766 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==6.14.0 # via -r requirements.in pluggy==1.0.0 # via pytest