Skip to content

Commit a8718e3

Browse files
Chore(deps-dev): Update mypy requirement from <1.20 to <2.2
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...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f6ab04 commit a8718e3

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
@@ -90,7 +90,7 @@ optional-dependencies.all = [
9090
"sqlalchemy-cratedb[vector]",
9191
]
9292
optional-dependencies.develop = [
93-
"mypy<1.20",
93+
"mypy<2.2",
9494
"poethepoet<1",
9595
"pyproject-fmt<3",
9696
"ruff<0.16",

0 commit comments

Comments
 (0)