From 8c0aeb8add3b95526dd5330e13bf6138c74aedfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 17:38:15 +0000 Subject: [PATCH] chore(deps-dev): update pre-commit requirement from <4,>=3.7 to >=3.7,<5 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.7.0...v4.5.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.5.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 380a932..08685a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dev = [ "bandit>=1.7,<2", "build>=1,<2", "twine>=5,<7", - "pre-commit>=3.7,<4", + "pre-commit>=3.7,<5", ] test = [ "pytest>=8,<9", diff --git a/requirements-dev.txt b/requirements-dev.txt index 916d14b..b0b5339 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,4 +9,4 @@ pip-audit>=2.7,<3 bandit>=1.7,<2 build>=1,<2 twine>=5,<7 -pre-commit>=3.7,<4 +pre-commit>=3.7,<5