From 6cab9a83d0912055a2e5a077e9885f5d1b1d1ee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:41:12 +0000 Subject: [PATCH] Bump pre-commit from 3.7.1 to 4.0.1 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.7.1 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.7.1...v4.0.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 2532fa3..d49d603 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -3,5 +3,5 @@ black==24.8.0 flake8==7.1.1 isort==5.13.2 mypy==1.11.2 -pre-commit==3.7.1 +pre-commit==4.0.1 pytest-dotenv==0.5.2