From 45aa4f06036c8ffbda6d0327346d622c571ab269 Mon Sep 17 00:00:00 2001 From: John de Rooij Date: Tue, 1 Nov 2022 21:59:12 +0100 Subject: [PATCH] Update to latest pre-commit Update to latest pre-commit to resolve problems with dependabot Pull Requests --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 57e86542..b0e3e805 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ arrow = "^1.1" importlib-metadata = {version = "^1.0", python = "<3.8"} [tool.poetry.dev-dependencies] -pre-commit = "^2.11.1" +pre-commit = "^2.20.0" black = "^20.8b1" flake8 = "^3.8.4" flake8-bugbear = "^21.4.3"