From dd93cce5c71aa70d835eb4b9bf74b8c02aaca0ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 00:09:30 +0000 Subject: [PATCH 1/2] Update pre-commit requirement from ~=3.7.0 to ~=4.0.1 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.7.0...v4.0.1) --- updated-dependencies: - dependency-name: pre-commit 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 2c0134110..e66d5f2f2 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,7 +6,7 @@ git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-core&subdirectory=core # dev ddtrace==2.3.0 -pre-commit~=3.7.0 +pre-commit~=4.0.1 pytest~=7.4 pytest-csv~=3.0 pytest-dotenv~=0.5.2 From 69ddc40fe47c51823f3715f46e14fd61f652d81e Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Thu, 24 Oct 2024 00:09:52 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20241024-000950.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20241024-000950.yaml diff --git a/.changes/unreleased/Dependencies-20241024-000950.yaml b/.changes/unreleased/Dependencies-20241024-000950.yaml new file mode 100644 index 000000000..af3078f1e --- /dev/null +++ b/.changes/unreleased/Dependencies-20241024-000950.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pre-commit requirement from ~=3.7.0 to ~=4.0.1" +time: 2024-10-24T00:09:50.00000Z +custom: + Author: dependabot[bot] + PR: 1385