Skip to content

Commit 378b0a5

Browse files
authored
Merge pull request #789 from tirth8205/dependabot/pip/mypy-gte-1.10-and-lt-3
deps: update mypy requirement from <2,>=1.10 to >=1.10,<3
2 parents b68f3a2 + fdeca41 commit 378b0a5

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
@@ -78,7 +78,7 @@ enrichment = [
7878
"jedi>=0.19.2",
7979
]
8080
dev = [
81-
"mypy>=1.10,<2",
81+
"mypy>=1.10,<3",
8282
"pytest>=8.0,<9",
8383
"pytest-asyncio>=0.23,<2",
8484
"pytest-cov>=4.0,<8",

0 commit comments

Comments
 (0)