Skip to content

Commit f096369

Browse files
dependabot[bot]surister
authored andcommitted
Update mypy requirement from <1.13 to <1.14 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.13.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5f56f21 commit f096369

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.13",
81+
"mypy<1.14",
8282
"poethepoet<0.30",
8383
"pyproject-fmt<2.5",
8484
"ruff<0.8",

0 commit comments

Comments
 (0)