Skip to content

Commit

Permalink
build(deps): update pre-commit requirement from <4.0,>=3.7 to >=3.7,<…
Browse files Browse the repository at this point in the history
…5.0 (#70)

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.7.0...v4.0.1)

---
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>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent 7dd7531 commit 9b2db0e
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 @@ -30,7 +30,7 @@ dev = [
"build>=1.2,<2.0",
"coverage>=7.4,<8.0",
"pdoc>=14.4,<16.0",
"pre-commit>=3.7,<4.0",
"pre-commit>=3.7,<5.0",
"pytest>=7.4,<8.4",
"pyright>=1.1,<2.0",
"ruff>=0.4,<1.0",
Expand Down

0 comments on commit 9b2db0e

Please sign in to comment.