From 5442dcdb16feff3d9ec845903801acc5cba90252 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 01:16:55 +0000 Subject: [PATCH] Bump pre-commit from 3.5.0 to 4.0.1 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.5.0 to 4.0.1. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.5.0...v4.0.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 842e2806..d309312c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ html5lib==1.1 # used in conjunction with beautifulsoup4 mwparserfromhell==0.6.6 # used in unrealircd.py packaging==24.1 # used in latest.py playwright==1.47.0 # used by a few scripts to parse html -pre-commit==3.5.0 # used to check code before commit +pre-commit==4.0.1 # used to check code before commit python-frontmatter==1.1.0 # used in endoflife.py to parse products YAML frontmatters python-liquid==1.12.1 # used in endoflife.py to render version templates requests==2.32.3 # used in http.py to make HTTP requests simpler