From 7f38a24e25c7b4fbae42b1aae50926376eae3dce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 04:38:53 +0000 Subject: [PATCH] Update pip-tools requirement from ~=7.2 to ~=7.3 Updates the requirements on [pip-tools](https://github.com/jazzband/pip-tools) to permit the latest version. - [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.2.0...7.3.0) --- updated-dependencies: - dependency-name: pip-tools dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 705b35551..f34d98fd1 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -13,7 +13,7 @@ flaky~=3.7 freezegun~=1.2 ipdb~=0.13.13 mypy==1.3.0 # patch updates have historically introduced breaking changes -pip-tools~=7.2 +pip-tools~=7.3 pre-commit~=3.3 pre-commit-hooks~=4.4 pytest~=7.4