Skip to content

Commit 8c7e6cb

Browse files
Chore(deps-dev): Update mypy requirement from <1.19 to <1.20
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.19.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d3f0291 commit 8c7e6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ optional-dependencies.all = [
9494
"sqlalchemy-cratedb[vector]",
9595
]
9696
optional-dependencies.develop = [
97-
"mypy<1.19",
97+
"mypy<1.20",
9898
"poethepoet<1",
9999
"pyproject-fmt<3",
100100
"ruff<0.15",

0 commit comments

Comments
 (0)