Skip to content

Commit c5ec4f9

Browse files
chore(deps): update mypy requirement from <1.16,>=1.0.0 to >=1.0.0,<1.17
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.16.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 612e27e commit c5ec4f9

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
@@ -71,7 +71,7 @@ actions = [
7171
]
7272
dev = [
7373
"flit >=3.2.0,<4.0.0",
74-
"mypy >=1.0.0,<1.16",
74+
"mypy >=1.0.0,<1.17",
7575
"types-pyyaml >=6.0.4,<7.0.0",
7676
"types-requests >=2.25.6,<3.0.0",
7777
"types-jsonschema >=4.22.0,<5.0.0",

0 commit comments

Comments
 (0)