Skip to content

Commit

Permalink
Update pre-commit requirement in the packages group (#265)
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.

Updates `pre-commit` to 4.0.0
- [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.8.0...v4.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 709e944 commit 8b1bbaa
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 @@ -59,7 +59,7 @@ test = [
"pyyaml ~=6.0",
"requests-mock ~=1.12",
]
pre-commit = ["pre-commit ~=3.8"]
pre-commit = ["pre-commit >=3.8,<5.0"]
dev = ["oteapi-optimade[doc,examples,pre-commit,test]"]

[project.urls]
Expand Down

0 comments on commit 8b1bbaa

Please sign in to comment.