Skip to content

Commit

Permalink
Update pre-commit requirement from ~=3.6 to >=3.6,<5.0
Browse files Browse the repository at this point in the history
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...v4.0.0)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and lafrech committed Oct 7, 2024
1 parent 51d2115 commit 902dbc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ tests = [
dev = [
"flask-smorest[tests]",
"tox",
"pre-commit~=3.6",
"pre-commit>=3.6,<5.0",
]

[build-system]
Expand Down

0 comments on commit 902dbc0

Please sign in to comment.