Skip to content

Commit badc21f

Browse files
chore(deps-dev): update mypy requirement
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.19.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d6627df commit badc21f

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
@@ -75,7 +75,7 @@ actions = [
7575
]
7676
dev = [
7777
"flit >=3.2.0,<4.0.0",
78-
"mypy >=1.0.0,<1.16",
78+
"mypy >=1.0.0,<1.20",
7979
"types-pyyaml >=6.0.4,<7.0.0",
8080
"types-requests >=2.25.6,<3.0.0",
8181
"types-jsonschema >=4.22.0,<5.0.0",

0 commit comments

Comments
 (0)