Skip to content

Commit c0ffee1

Browse files
Update mypy requirement from <1.14 to <1.15 in /cratedb_sqlparse_py
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v0.1.0...v1.14.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c902aed commit c0ffee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cratedb_sqlparse_py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ dependencies = [
7878
]
7979
[project.optional-dependencies]
8080
develop = [
81-
"mypy<1.14",
81+
"mypy<1.15",
8282
"poethepoet<0.32",
8383
"pyproject-fmt<2.6",
8484
"ruff<0.9",

0 commit comments

Comments
 (0)