diff --git a/.changes/unreleased/Dependencies-20231211-001048.yaml b/.changes/unreleased/Dependencies-20231211-001048.yaml new file mode 100644 index 000000000..6f2bfada4 --- /dev/null +++ b/.changes/unreleased/Dependencies-20231211-001048.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pre-commit requirement from ~=3.5 to ~=3.7" +time: 2023-12-11T00:10:48.00000Z +custom: + Author: dependabot[bot] + PR: 1052 diff --git a/dev-requirements.txt b/dev-requirements.txt index de57af267..5109bd93b 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -16,7 +16,8 @@ freezegun~=1.4 ipdb~=0.13.13 mypy==1.8.0 # patch updates have historically introduced breaking changes pip-tools~=7.3 -pre-commit~=3.5 +pre-commit==3.7.0;python_version >="3.9" +pre-commit==3.5.0;python_version <"3.9" pre-commit-hooks~=4.5 pytest~=7.4 pytest-csv~=3.0