Skip to content

Commit a310b1c

Browse files
chore(deps-dev): update mypy requirement from >=1.0.0 to >=1.19.1
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.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d4fa53d commit a310b1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = []
4646
[project.optional-dependencies]
4747
dev = [
4848
"ruff>=0.1.0",
49-
"mypy>=1.0.0",
49+
"mypy>=1.19.1",
5050
]
5151

5252
[project.urls]

0 commit comments

Comments
 (0)