Skip to content

Commit

Permalink
fix:(deps): update pre-commit requirement
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.20.0...v3.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 28, 2024
1 parent a5e94c9 commit 375cf73
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 @@ -49,7 +49,7 @@ dev = [
"docformatter>=1.4.0,<1.7.6",
"mypy>=0.971,<1.12",
"pytest-xdist>=3.0.2",
"pre-commit>=2.20.0,<3.8.0",
"pre-commit>=2.20.0,<3.9.0",
]

text = [
Expand Down

0 comments on commit 375cf73

Please sign in to comment.