diff --git a/.changes/unreleased/Dependencies-20230501-231003.yaml b/.changes/unreleased/Dependencies-20230501-231003.yaml new file mode 100644 index 000000000..b3e3a750e --- /dev/null +++ b/.changes/unreleased/Dependencies-20230501-231003.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pre-commit requirement from ~=2.21 to ~=3.3" +time: 2023-05-01T23:10:03.00000Z +custom: + Author: dependabot[bot] + PR: 748 diff --git a/dev-requirements.txt b/dev-requirements.txt index 56c29e4a4..ccc5b116a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -14,7 +14,7 @@ freezegun~=1.2 ipdb~=0.13.13 mypy==1.3.0 # patch updates have historically introduced breaking changes pip-tools~=6.13 -pre-commit~=3.2;python_version>="3.8" +pre-commit~=3.3 pre-commit-hooks~=4.4 pytest~=7.3 pytest-csv~=3.0