From 725b45e4343ca189bc0338477ffdd4dd07f26cdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 00:13:12 +0000 Subject: [PATCH] Bump pre-commit from 3.7.0 to 3.7.1 (#867) * Bump pre-commit from 3.7.0 to 3.7.1 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.7.0 to 3.7.1. - [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.7.0...v3.7.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Add automated changelog yaml from template for bot PR * loosen pin on pre-commit --------- 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 Co-authored-by: Mike Alfare <13974384+mikealfare@users.noreply.github.com> --- .changes/unreleased/Dependencies-20240718-191611.yaml | 6 ++++++ dev-requirements.txt | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .changes/unreleased/Dependencies-20240718-191611.yaml diff --git a/.changes/unreleased/Dependencies-20240718-191611.yaml b/.changes/unreleased/Dependencies-20240718-191611.yaml new file mode 100644 index 000000000..bdf87eecd --- /dev/null +++ b/.changes/unreleased/Dependencies-20240718-191611.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Bump pre-commit from 3.7.0 to 3.7.1" +time: 2024-07-18T19:16:11.00000Z +custom: + Author: dependabot[bot] + PR: 867 diff --git a/dev-requirements.txt b/dev-requirements.txt index 09c6e3a42..d7e570f92 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -7,8 +7,8 @@ git+https://github.com/dbt-labs/dbt-postgres.git # dev ipdb~=0.13.13 -pre-commit==3.7.0;python_version >="3.9" -pre-commit==3.5.0;python_version <"3.9" +pre-commit~=3.7.0;python_version >="3.9" +pre-commit~=3.5.0;python_version <"3.9" # test ddtrace==2.3.0