From ba48f0de3c1c4b9045c1cd861cc0549e72eea157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 16:26:44 +0000 Subject: [PATCH] Update pip-tools requirement from ~=7.2 to ~=7.3 (#731) * 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] * Add automated changelog yaml from template for bot PR --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Github Build Bot Co-authored-by: Mike Alfare <13974384+mikealfare@users.noreply.github.com> --- .changes/unreleased/Dependencies-20230809-130216.yaml | 6 ++++++ dev-requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20230809-130216.yaml diff --git a/.changes/unreleased/Dependencies-20230809-130216.yaml b/.changes/unreleased/Dependencies-20230809-130216.yaml new file mode 100644 index 000000000..494a50a26 --- /dev/null +++ b/.changes/unreleased/Dependencies-20230809-130216.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pip-tools requirement from ~=7.2 to ~=7.3" +time: 2023-08-09T13:02:16.00000Z +custom: + Author: dependabot[bot] + PR: 731 diff --git a/dev-requirements.txt b/dev-requirements.txt index 7307379ec..29c54a972 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -14,7 +14,7 @@ flaky~=3.7 freezegun~=1.2 ipdb~=0.13.13 mypy==1.4.1 # 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