Skip to content

Commit db4270b

Browse files
Bump pre-commit from 4.1.0 to 4.2.0
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.1.0 to 4.2.0. - [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.1.0...v4.2.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a69bfc4 commit db4270b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ requires-python = ">=3.5,<4.0"
4242
[project.optional-dependencies]
4343
dev = [
4444
# Setup.
45-
"pre-commit==4.1.0 ; python_version>='3.9'",
45+
"pre-commit==4.2.0 ; python_version>='3.9'",
4646
"tox==3.27.1 ; python_version<'3.8'",
4747
"tox==4.24.1 ; python_version>='3.8'",
4848
# Testing framework.

0 commit comments

Comments
 (0)