From 6a8edfc3e6ee9fb35f4964b59e607ea6175bda02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 20:43:55 +0100 Subject: [PATCH] Update pre-commit requirement from ==2.21.* to ==3.0.* (#242) --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index fd507ce..3517cd6 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ coverage == 7.0.* orjson == 3.8.* -pre-commit == 2.21.* +pre-commit == 3.0.* python-decouple == 3.7 tox == 4.3.*