Skip to content

Commit 815dcae

Browse files
Update mypy requirement from ~=1.15.0 to >=1.15,<1.18
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.15.0...v1.17.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 37e2229 commit 815dcae

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
@@ -40,7 +40,7 @@ classifiers = [
4040
dev = [
4141
"yapf~=0.43.0",
4242
"pylint~=3.3.6",
43-
"mypy~=1.15.0",
43+
"mypy>=1.15,<1.18",
4444
"pytest~=8.3.5",
4545
"pytest-cov~=6.0.0",
4646
"types-pyyaml~=6.0.12.20250326",

0 commit comments

Comments
 (0)