From fd579b0e1b645b6c4eb7b3d3540f384301d25ffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 06:10:12 +0000 Subject: [PATCH] Bump pip-tools from 6.8.0 to 6.11.0 Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 6.8.0 to 6.11.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.8.0...6.11.0) --- 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..fa4a677 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ -pip-tools==6.8.0 +pip-tools==6.11.0 pytest==7.1.3 pytest-cov==3.0.0 requests~=2.28.1