Skip to content

Commit 5058a93

Browse files
Merge pull request #4 from MaharshPatelX/dependabot/pip/mypy-gte-1.14-and-lt-3
chore(deps-dev): update mypy requirement from <2,>=1.14 to >=1.14,<3
2 parents 4e90639 + 9aad987 commit 5058a93

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)