Skip to content

Commit a96c446

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 256fd0c commit a96c446

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

0 commit comments

Comments
 (0)