From 9a05d871d8ac0d87253027281910abfc7c489415 Mon Sep 17 00:00:00 2001 From: Marc Wrobel Date: Sat, 30 Dec 2023 15:49:15 +0100 Subject: [PATCH] Revert "Bump pre-commit from 3.5.0 to 3.6.0 (#265)" (#268) This reverts commit 2c79dd37352cecc3a8ba9b25226ccb7a01180c78. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d2a23648..05371521 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ deepdiff==6.7.1 # used in update.py html5lib==1.1 # used in conjunction with beautifulsoup4 mwparserfromhell==0.6.5 # used in unrealircd.py packaging==23.2 # used in latest.py -pre-commit==3.6.0 # used to check code before commit +pre-commit==3.5.0 # used to check code before commit python-frontmatter==1.0.1 # used in endoflife.py to parse products YAML frontmatters python-liquid==1.10.2 # used in endoflife.py to render version templates requests==2.31.0 # used in http.py to make HTTP requests simpler