From ed5eb9629b7ab4e7a6c7394a62230a5ac3e6099b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 16:38:45 +0000 Subject: [PATCH] fix: bump pre-commit from 3.5.0 to 3.6.0 (#51) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Julian Coy --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 711c8c1..d7285a5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,6 +3,6 @@ callee>=0.2.1 coverage>=4.4.1 mock>=2.0.0 pif==0.8.2 -pre-commit==3.5.0 +pre-commit==3.6.0 pyproject-flake8==6.1.0 pytest==7.4.3