diff --git a/.changes/unreleased/Dependencies-20231013-190517.yaml b/.changes/unreleased/Dependencies-20231013-190517.yaml new file mode 100644 index 000000000..8db17538a --- /dev/null +++ b/.changes/unreleased/Dependencies-20231013-190517.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pre-commit requirement from ~=3.4 to ~=3.5" +time: 2023-10-13T19:05:17.00000Z +custom: + Author: dependabot[bot] + PR: 634 diff --git a/dev-requirements.txt b/dev-requirements.txt index c4adf2fa8..2f91dade6 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -16,7 +16,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.4 pytest~=7.4 pytest-csv~=3.0