Skip to content

Commit

Permalink
Update pre-commit requirement from ~=3.6 to >=3.6,<5.0 (#293)
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.6.0...v4.0.0)

---
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 7, 2024
1 parent 9d58d44 commit dae05f1
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 @@ -32,7 +32,7 @@ Source = "https://github.com/sloria/doitlive/"
[project.optional-dependencies]
tests = ["pytest", "IPython>=8"]
docs = ["sphinx==8.0.2", "sphinx-issues==4.1.0"]
dev = ["doitlive[tests]", "tox", "pre-commit~=3.6"]
dev = ["doitlive[tests]", "tox", "pre-commit>=3.6,<5.0"]

[project.scripts]
doitlive = "doitlive.cli:cli"
Expand Down

0 comments on commit dae05f1

Please sign in to comment.