From e410a4d08b971f69e4412a9738d123aa9740193c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 15:51:36 +0000 Subject: [PATCH] Bump pre-commit from 3.8.0 to 4.2.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.8.0 to 4.2.0. - [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.8.0...v4.2.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index bed328c6..b540be24 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -8,7 +8,7 @@ pytest==8.0.1 twine==5.1.1 wheel==0.44.0 pre-commit==3.5.0;python_version<"3.9" -pre-commit==3.8.0;python_version>="3.9" +pre-commit==4.2.0;python_version>="3.9" pytest-dotenv==0.5.2 flaky==3.7.0 pytest-xdist==3.5.0