From d06df8e5799ef86549c6d5f402ac42001ec5ada5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 12:15:23 +0000 Subject: [PATCH 1/2] Update pip-tools requirement from ~=6.14 to ~=7.0 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/6.14.0...7.0.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 e848665ce..3b5692aba 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.4.1 # patch updates have historically introduced breaking changes -pip-tools~=6.14 +pip-tools~=7.0 pre-commit~=3.3 pre-commit-hooks~=4.4 pytest~=7.4 From 4a8479a9d61c3d1bb5d2bf32b905c69ba6f59181 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Mon, 17 Jul 2023 12:15:44 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20230717-121543.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20230717-121543.yaml diff --git a/.changes/unreleased/Dependencies-20230717-121543.yaml b/.changes/unreleased/Dependencies-20230717-121543.yaml new file mode 100644 index 000000000..9ef607863 --- /dev/null +++ b/.changes/unreleased/Dependencies-20230717-121543.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pip-tools requirement from ~=6.14 to ~=7.0" +time: 2023-07-17T12:15:43.00000Z +custom: + Author: dependabot[bot] + PR: 692