Skip to content

Commit 703822c

Browse files
Update pre-commit requirement from ~=3.5 to >=3.5,<5.0 (#160)
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.5.0...v4.0.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ebf43f1 commit 703822c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tests = [
3232
"bottle>=0.12.25",
3333
"aiohttp>=3.9.3",
3434
]
35-
dev = ["apispec-webframeworks[tests]", "tox", "pre-commit~=3.5"]
35+
dev = ["apispec-webframeworks[tests]", "tox", "pre-commit>=3.5,<5.0"]
3636

3737
[build-system]
3838
requires = ["flit_core<4"]

0 commit comments

Comments
 (0)