diff --git a/.changes/unreleased/Dependencies-20240718-223238.yaml b/.changes/unreleased/Dependencies-20240718-223238.yaml new file mode 100644 index 000000000..0c7fbaccb --- /dev/null +++ b/.changes/unreleased/Dependencies-20240718-223238.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Loosen pin on pre-commit from 3.7.0 to 3.7" +time: 2024-07-18T22:32:38.00000Z +custom: + Author: dependabot[bot] + PR: 1074 diff --git a/dev-requirements.txt b/dev-requirements.txt index 71a1c8985..e80527a74 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -7,8 +7,8 @@ git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter # 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 freezegun~=1.4