diff --git a/.changes/unreleased/Dependencies-20231009-192801.yaml b/.changes/unreleased/Dependencies-20231009-192801.yaml new file mode 100644 index 000000000..2a53a074f --- /dev/null +++ b/.changes/unreleased/Dependencies-20231009-192801.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pre-commit-hooks requirement from ~=4.4 to ~=4.5" +time: 2023-10-09T19:28:01.00000Z +custom: + Author: dependabot[bot] + PR: 627 diff --git a/dev-requirements.txt b/dev-requirements.txt index e254bf52c..778dce672 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -17,7 +17,7 @@ ipdb~=0.13.13 mypy==1.6.0 # patch updates have historically introduced breaking changes pip-tools~=7.3 pre-commit~=3.5 -pre-commit-hooks~=4.4 +pre-commit-hooks~=4.5 pytest~=7.4 pytest-csv~=3.0 pytest-dotenv~=0.5.2