From 4211e9c98ffc64b669db3cce7ca5bdedb56eefaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 06:19:12 +0000 Subject: [PATCH] :arrow_up: PyUp: Update pre-commit requirement 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.1.1...v4.0.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3cf5de0..d380da3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ jinja2 = "^3.1" ruff = ">=0.5.1,<0.8.5" black = ">=23.1,<25.0" mypy = "^1.1.1" -pre-commit = "^3.1.1" +pre-commit = ">=3.1.1,<5.0.0" pytest = ">=7.2.2,<9.0.0" pytest-cov = ">=4,<6" httpx = ">=0.23.3,<0.29.0"