Skip to content

Commit d604948

Browse files
Update mypy requirement from <1.16 to <1.17
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.16.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c6523ba commit d604948

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ optional-dependencies.all = [
8484
"cratedb-about[manyio,llm]",
8585
]
8686
optional-dependencies.develop = [
87-
"mypy<1.16",
87+
"mypy<1.17",
8888
"poethepoet<1",
8989
"pyproject-fmt<3",
9090
"ruff<0.12",

0 commit comments

Comments
 (0)