From 8a77e916598601fb4be448e8a22aabbb46a400e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:36:08 +0000 Subject: [PATCH] Update pre-commit requirement from ~=2.18 to ~=3.7 Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [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/v2.18.0...v3.7.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5cd1d29..9995641 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ gunicorn>=20.0.4 aiofiles>=0.4.0 Jinja2 invoke>=1.4 -pre-commit~=2.18 +pre-commit~=3.7 flake8