Skip to content

Commit 890f303

Browse files
Update pre-commit requirement from ~3.6 to ~3.7
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.0...v3.7.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4003ae0 commit 890f303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pytest = "~8.1"
3333
pytest-asyncio = "~0.23"
3434
pytest-cov = "~5.0"
3535
pytest-unordered = "~0.6"
36-
pre-commit = "~3.6"
36+
pre-commit = "~3.7"
3737
Sphinx = "~7.2"
3838
sphinx-rtd-theme = "~2.0"
3939
sphinxcontrib-napoleon = "~0.7"

0 commit comments

Comments
 (0)