Skip to content

Commit 2082349

Browse files
chore(deps-dev): update mypy requirement from >=1.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 886e3f2 commit 2082349

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
@@ -43,7 +43,7 @@ dev = [
4343
"pytest>=7.0",
4444
"black>=23.0",
4545
"ruff>=0.1.0",
46-
"mypy>=1.0",
46+
"mypy>=1.19.1",
4747
]
4848

4949
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)