Skip to content

Commit

Permalink
Update pre-commit requirement from ~=2.4 to >=2.4,<4.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@v2.4.0...v3.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and lafrech committed Jan 25, 2023
1 parent 414c78b commit d05e17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"mypy==0.991",
"flake8==6.0.0",
"flake8-bugbear==23.1.20",
"pre-commit~=2.4",
"pre-commit>=2.4,<4.0",
],
"docs": [
"Sphinx==6.1.3",
Expand Down

0 comments on commit d05e17b

Please sign in to comment.