diff --git a/.changes/unreleased/Dependencies-20231016-121821.yaml b/.changes/unreleased/Dependencies-20231016-121821.yaml new file mode 100644 index 000000000..80028d3f2 --- /dev/null +++ b/.changes/unreleased/Dependencies-20231016-121821.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pre-commit requirement from ~=3.4 to ~=3.5" +time: 2023-10-16T12:18:21.00000Z +custom: + Author: dependabot[bot] + PR: 807 diff --git a/dev-requirements.txt b/dev-requirements.txt index 83a9442ff..801852dbe 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -15,7 +15,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.5 pytest~=7.4 pytest-csv~=3.0