Skip to content

Commit 9aad987

Browse files
chore(deps-dev): update mypy requirement from <2,>=1.14 to >=1.14,<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.14.0...v2.3.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c9227d4 commit 9aad987

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
@@ -28,7 +28,7 @@ dependencies = []
2828
[project.optional-dependencies]
2929
dev = [
3030
"build>=1.2,<2",
31-
"mypy>=1.14,<2",
31+
"mypy>=1.14,<3",
3232
"pytest>=8.3,<10",
3333
"pytest-cov>=6,<8",
3434
"ruff>=0.9,<1",

0 commit comments

Comments
 (0)