Skip to content

Commit

Permalink
build(deps-dev): 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@v3.5.0...v3.6.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 Dec 11, 2023
1 parent 36b87c5 commit da077d7
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 @@ -34,7 +34,7 @@ dev = [
"black~=23.11.0",
"codespell~=2.2.5",
"mypy~=1.7.0",
"pre-commit~=3.5.0",
"pre-commit>=3.5,<3.7",
"pytest-cov~=4.1.0",
"pytest~=7.4.0",
"ruff==0.1.7",
Expand Down

0 comments on commit da077d7

Please sign in to comment.