Skip to content

Commit b347393

Browse files
chore(deps-dev): update mypy requirement from <2,>=1.18.2 to >=1.18.2,<3
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@v1.18.2...v2.0.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 97367b2 commit b347393

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
@@ -54,7 +54,7 @@ dev = [
5454

5555
lint = [
5656
"ruff>=0.14.9,<1",
57-
"mypy>=1.18.2,<2",
57+
"mypy>=1.18.2,<3",
5858
"typing-extensions>=4.15.0,<5",
5959
]
6060

0 commit comments

Comments
 (0)