From e9dfa963722a5b44ed5c44878761c9c0caa5ff8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 06:09:39 +0000 Subject: [PATCH] Bump pip-tools from 6.8.0 to 6.12.2 Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 6.8.0 to 6.12.2. - [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.8.0...6.12.2) --- updated-dependencies: - dependency-name: pip-tools dependency-type: direct:development update-type: version-update:semver-minor ... 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 6dd3d72..40ebbef 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ -pip-tools==6.8.0 +pip-tools==6.12.2 pytest==7.1.3 pytest-cov==3.0.0 requests~=2.28.1