Skip to content

Commit b25a58c

Browse files
Update pre-commit requirement from ~=3.8.0 to >=3.8,<4.3
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](pre-commit/pre-commit@v3.8.0...v4.2.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2e724ce commit b25a58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242

4343
[dependency-groups]
4444
dev = [
45-
"pre-commit~=3.8.0",
45+
"pre-commit>=3.8,<4.3",
4646
"pytest~=8.3.3",
4747
"pytest-cov~=5.0.0",
4848
"python-dotenv~=1.0.1",

0 commit comments

Comments
 (0)