Skip to content

Commit 51b2ce1

Browse files
dependabot[bot]surister
authored andcommitted
Update mypy requirement from <1.11 to <1.12 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.11) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0348bcf commit 51b2ce1

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
@@ -80,7 +80,7 @@ dependencies = [
8080
]
8181
[project.optional-dependencies]
8282
develop = [
83-
"mypy<1.11",
83+
"mypy<1.12",
8484
"poethepoet<0.28",
8585
"pyproject-fmt<2.2",
8686
"ruff<0.6",

0 commit comments

Comments
 (0)