Skip to content

Commit 597aa93

Browse files
dependabot[bot]surister
authored andcommitted
Update mypy requirement from <1.15 to <1.16 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.15.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 55245a1 commit 597aa93

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
@@ -68,7 +68,7 @@ dependencies = [
6868
"antlr4-python3-runtime<4.14",
6969
]
7070
optional-dependencies.develop = [
71-
"mypy<1.15",
71+
"mypy<1.16",
7272
"packaging",
7373
"poethepoet<0.33",
7474
"pyproject-fmt<2.6",

0 commit comments

Comments
 (0)