From cc8e02c733a0f96870ec3f896ad06bbf64167ff9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof <git@frenck.dev> Date: Wed, 1 Dec 2021 08:43:37 +0100 Subject: [PATCH] Upgrade pre-commit to 2.16.0 (#60680) --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 6184e2dc224..6f580cb5159 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -13,7 +13,7 @@ freezegun==1.1.0 jsonpickle==1.4.1 mock-open==1.4.0 mypy==0.910 -pre-commit==2.15.0 +pre-commit==2.16.0 pylint==2.12.1 pipdeptree==2.2.0 pylint-strict-informational==0.1 -- GitLab