From d81cb27daf4e12e7bc98d30bbc105fdb2f3a030b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 09:37:34 -0400 Subject: [PATCH] Update pre-commit-hooks requirement from ~=4.4 to ~=4.5 (#903) * 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] * 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-20231009-220732.yaml | 6 ++++++ dev-requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 diff --git a/dev-requirements.txt b/dev-requirements.txt index 1cbd0d739..6aefeb6c9 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.5 -pre-commit-hooks~=4.4 +pre-commit-hooks~=4.5 pytest~=7.4 pytest-csv~=3.0 pytest-dotenv~=0.5.2