From d86f2a5349877dce7226e3a7d562c899a5f2fd57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 12:27:48 +0000 Subject: [PATCH 1/2] Update pre-commit-hooks requirement from ~=4.4 to ~=4.5 Updates the requirements on [pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks) to permit the latest version. - [Release notes](https://github.com/pre-commit/pre-commit-hooks/releases) - [Changelog](https://github.com/pre-commit/pre-commit-hooks/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) --- updated-dependencies: - dependency-name: pre-commit-hooks 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 c696a773c..371d93406 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -16,7 +16,7 @@ ipdb~=0.13.13 mypy==1.5.1 # patch updates have historically introduced breaking changes pip-tools~=7.3 pre-commit~=3.4 -pre-commit-hooks~=4.4 +pre-commit-hooks~=4.5 pytest~=7.4 pytest-csv~=3.0 pytest-dotenv~=0.5.2 From d9e0d5bce8f6b8ea729f10d02443c15589b2de88 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Mon, 9 Oct 2023 12:28:07 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20231009-122807.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20231009-122807.yaml diff --git a/.changes/unreleased/Dependencies-20231009-122807.yaml b/.changes/unreleased/Dependencies-20231009-122807.yaml new file mode 100644 index 000000000..c133a1d4e --- /dev/null +++ b/.changes/unreleased/Dependencies-20231009-122807.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pre-commit-hooks requirement from ~=4.4 to ~=4.5" +time: 2023-10-09T12:28:07.00000Z +custom: + Author: dependabot[bot] + PR: 795