From 2182d3d4c77276d1be974bb6a6893ea9697ce188 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 15:08:14 -0400 Subject: [PATCH] Update pip-tools requirement from ~=6.13 to ~=6.14 (#809) * Update pip-tools requirement from ~=6.13 to ~=6.14 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.13.0...6.14.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 --- .changes/unreleased/Dependencies-20230703-000325.yaml | 6 ++++++ dev-requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20230703-000325.yaml diff --git a/.changes/unreleased/Dependencies-20230703-000325.yaml b/.changes/unreleased/Dependencies-20230703-000325.yaml new file mode 100644 index 000000000..21a999121 --- /dev/null +++ b/.changes/unreleased/Dependencies-20230703-000325.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pip-tools requirement from ~=6.13 to ~=6.14" +time: 2023-07-03T00:03:25.00000Z +custom: + Author: dependabot[bot] + PR: 809 diff --git a/dev-requirements.txt b/dev-requirements.txt index 6ecc64ae1..abf89fa2f 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.13 +pip-tools~=6.14 pre-commit~=3.3 pre-commit-hooks~=4.4 pytest~=7.4