From ea114d4f5fc29cf2e2301b2aab591c22df4d096e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 19:10:47 +0000 Subject: [PATCH] Update pre-commit requirement from ~=3.5 to ~=3.6 Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 9d68fbed7..d3ff56f3a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -16,7 +16,7 @@ freezegun~=1.2 ipdb~=0.13.13 mypy==1.7.1 # patch updates have historically introduced breaking changes pip-tools~=7.3 -pre-commit~=3.5 +pre-commit~=3.6 pre-commit-hooks~=4.5 pytest~=7.4 pytest-csv~=3.0