Skip to content

Commit 577a980

Browse files
chore(deps): update mypy requirement from <1.16,>=1.0.0 to >=1.0.0,<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.0.0...v1.17.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c55c39c commit 577a980

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
@@ -72,7 +72,7 @@ actions = [
7272
]
7373
dev = [
7474
"flit >=3.2.0,<4.0.0",
75-
"mypy >=1.0.0,<1.16",
75+
"mypy >=1.0.0,<1.18",
7676
"types-pyyaml >=6.0.4,<7.0.0",
7777
"types-requests >=2.25.6,<3.0.0",
7878
"types-jsonschema >=4.22.0,<5.0.0",

0 commit comments

Comments
 (0)