From 0e6f6cc12575b002697dd9a04a7e9ab5a193cfb0 Mon Sep 17 00:00:00 2001 From: "Daniel W. Anner" Date: Fri, 5 May 2023 13:02:11 -0400 Subject: [PATCH] Pre-Commit bump (#1328) * Dependencies updates for May 2023 * adding updates to pre-commit and validation * updating pre-commit config * Bumped pre-commit to 3.3.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 214f3799c..39ae6601b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ jsonschema==4.17.3 -pre-commit==3.2.2 +pre-commit==3.3.1 pytest==7.3.1 PyYAML==6.0 yamllint==1.31.0