Skip to content

Commit 1946ba4

Browse files
Update pre-commit requirement from ==4.0.* to ==4.2.*
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@v4.0.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 18573b0 commit 1946ba4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-e .
22
coverage == 7.6.*
33
mypy == 1.11.*
4-
pre-commit == 4.0.*
4+
pre-commit == 4.2.*
55
pytest==8.3.*
66
pytest-cov == 6.0.*
77
tox == 4.22.*

0 commit comments

Comments
 (0)