Skip to content

Commit f79900e

Browse files
Update pre-commit requirement from <4 to <5 (#866)
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@v0.1.0...v4.0.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 88a35fa commit f79900e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ test = [
6262
"lxml>=5.3.0,<6.0.0",
6363
"openai>=1.50,<1.52",
6464
"mock==5.1.*",
65-
"pre-commit<4",
65+
"pre-commit<5",
6666
"Pyjwt~=2.9.0",
6767
"pytest>=8.2,<9",
6868
"pytest-asyncio~=0.23",

0 commit comments

Comments
 (0)