Skip to content

Commit

Permalink
chore: update pre-commit requirement in /{{cookiecutter.repo_name}}
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.4.0...v4.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 1338f38 commit 4e62fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.repo_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies = []
[project.optional-dependencies]
dev = [
"build~=1.0",
"pre-commit~=3.4",
"pre-commit~=4.0",
"pytest~=8.0",
"ruff~=0.6.3",
"twine~=5.0",
Expand Down

0 comments on commit 4e62fc4

Please # to comment.