Skip to content

Commit e281a40

Browse files
chore(deps)(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 8cfbba2 commit e281a40

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
@@ -39,7 +39,7 @@ dev = [
3939
"pytest-asyncio>=0.21",
4040
"respx>=0.21",
4141
"ruff>=0.4.0",
42-
"mypy>=1.0",
42+
"mypy>=1.19.1",
4343
]
4444

4545
# Read the package version from the repo-root VERSION file at build time.

0 commit comments

Comments
 (0)