Skip to content

Commit 8862bcf

Browse files
authored
Merge pull request #3 from felipementel/dependabot/pip/mypy-gte-1.19.1-and-lt-3.0
deps: update mypy requirement from <2.0,>=1.19.1 to >=1.19.1,<3.0
2 parents 9a8df23 + 26bc2a4 commit 8862bcf

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
@@ -18,7 +18,7 @@ dev = [
1818
"black>=26.3.0,<27.0",
1919
"httpx>=0.28.1,<1.0",
2020
"isort>=8.0.1,<9.0",
21-
"mypy>=1.19.1,<2.0",
21+
"mypy>=1.19.1,<3.0",
2222
"pytest>=9.0.2,<10.0",
2323
"pytest-cov>=7.0.0,<8.0",
2424
]

0 commit comments

Comments
 (0)