From e9442a5eb59f9031c6cb7dfefa1dd612dc6b98cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 05:23:24 +0000 Subject: [PATCH] Bump pip-tools from 7.1.0 to 7.2.0 in /backend Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 7.1.0 to 7.2.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/7.1.0...7.2.0) --- updated-dependencies: - dependency-name: pip-tools dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/dev-requirements.txt b/backend/dev-requirements.txt index 0e43d4a4..c642cfdb 100644 --- a/backend/dev-requirements.txt +++ b/backend/dev-requirements.txt @@ -12,7 +12,7 @@ click==8.1.3 # via pip-tools packaging==23.1 # via build -pip-tools==7.1.0 +pip-tools==7.2.0 # via -r dev-requirements.in pycodestyle==2.10.0 # via autopep8