From bb55c81991b9ca17d7ca6e457e8b0e41d9f82afb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 07:00:32 +0000 Subject: [PATCH] Bump pip-tools from 6.8.0 to 6.13.0 Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 6.8.0 to 6.13.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.13.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..9848246 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ -pip-tools==6.8.0 +pip-tools==6.13.0 pytest==7.1.3 pytest-cov==3.0.0 requests~=2.28.1