Skip to content

Commit 035e716

Browse files
Update mypy requirement from <1.14,>=1.13.0 to >=1.13.0,<1.20
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.13.0...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent acbc645 commit 035e716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dev-ruff = [
7070
"ruff>=0.8.1,<0.16",
7171
]
7272
dev-mypy = [
73-
"mypy>=1.13.0,<1.14",
73+
"mypy>=1.13.0,<1.20",
7474
"types-requests>=2.32.0,<2.33",
7575
"types-toml>=0.10.0,<0.11",
7676
"types-tqdm>=4.66,<4.68",

0 commit comments

Comments
 (0)