Skip to content

Commit 3f4c015

Browse files
build(deps-dev): update pre-commit requirement from ^3.6.2 to ^4.3.0 (#16)
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.6.2...v4.3.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7e85a52 commit 3f4c015

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
@@ -36,7 +36,7 @@ pydocstyle = "^6.3.0"
3636
bandit = "^1.7.7"
3737
pytest-mock = "^3.12.0"
3838
pytest-sugar = "^1.0.0"
39-
pre-commit = "^3.6.2"
39+
pre-commit = "^4.3.0"
4040
types-setuptools = "*"
4141

4242
[tool.poetry.group.docs]

0 commit comments

Comments
 (0)