From f85968e6ffc468e760a2e2d45370b780813941bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 22:07:12 +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 6ea7b16aa..a375f2580 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -15,7 +15,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 321d6a17baf41e11c580304c3f7d7ebdcc60642a Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Mon, 9 Oct 2023 22:07:33 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20231009-220732.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20231009-220732.yaml diff --git a/.changes/unreleased/Dependencies-20231009-220732.yaml b/.changes/unreleased/Dependencies-20231009-220732.yaml new file mode 100644 index 000000000..4b9073fae --- /dev/null +++ b/.changes/unreleased/Dependencies-20231009-220732.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pre-commit-hooks requirement from ~=4.4 to ~=4.5" +time: 2023-10-09T22:07:32.00000Z +custom: + Author: dependabot[bot] + PR: 903