Skip to content

Commit cf769ee

Browse files
Update pre-commit requirement from ~3.4 to ~3.5 (#83)
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.4.0...v3.5.0) --- updated-dependencies: - dependency-name: pre-commit 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 3980c05 commit cf769ee

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
@@ -33,7 +33,7 @@ pytest = "~7.4"
3333
pytest-asyncio = "~0.21"
3434
pytest-cov = "~4.1"
3535
pytest-unordered = "~0.5"
36-
pre-commit = "~3.4"
36+
pre-commit = "~3.5"
3737
Sphinx = "~7.2"
3838
sphinx-rtd-theme = "~1.3"
3939
sphinxcontrib-napoleon = "~0.7"

0 commit comments

Comments
 (0)