From 2cf9758e70d419bb42b4f60c317272b53db201ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 18:53:54 +0000 Subject: [PATCH] chore(deps-dev): update pre-commit requirement from ~=3.5 to ~=4.1 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/v3.5.0...v4.1.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 4a79f473..86b7ec36 100644 --- a/Pipfile +++ b/Pipfile @@ -6,7 +6,7 @@ verify_ssl = true [dev-packages] httpretty = "~=1.1" mock = "~=5.1" -pre-commit = "~=3.5" +pre-commit = "~=4.1" pytest = "~=8.3" pytest-cov = "~=5.0" python-dateutil = "~=2.9"