From fc395a79c51d557478e34845561ecf49ad1e14b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 10:33:54 -0400 Subject: [PATCH] Update pre-commit requirement from ~=3.4 to ~=3.5 (#634) * Update pre-commit requirement from ~=3.4 to ~=3.5 Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: pre-commit 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-20231013-190517.yaml | 6 ++++++ dev-requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20231013-190517.yaml diff --git a/.changes/unreleased/Dependencies-20231013-190517.yaml b/.changes/unreleased/Dependencies-20231013-190517.yaml new file mode 100644 index 000000000..8db17538a --- /dev/null +++ b/.changes/unreleased/Dependencies-20231013-190517.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pre-commit requirement from ~=3.4 to ~=3.5" +time: 2023-10-13T19:05:17.00000Z +custom: + Author: dependabot[bot] + PR: 634 diff --git a/dev-requirements.txt b/dev-requirements.txt index c4adf2fa8..2f91dade6 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -16,7 +16,7 @@ freezegun~=1.2 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~=3.5 pre-commit-hooks~=4.4 pytest~=7.4 pytest-csv~=3.0