Skip to content

Commit c757e3b

Browse files
⬆️ Update mypy requirement from >=0.991,<1.9 to >=0.991,<1.16
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@v0.991...v1.15.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fba66d7 commit c757e3b

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
@@ -39,7 +39,7 @@ aiohttp = {version = "^3.11.11", optional = true}
3939
bandit = "^1.8.2"
4040
black = {version = ">=23.3,<25.0", allow-prereleases = true}
4141
isort = "^5.13.2"
42-
mypy = ">=0.991,<1.9"
42+
mypy = ">=0.991,<1.16"
4343
mypy-extensions = ">=0.4.3,<1.1.0"
4444
pre-commit = "^3.8.0"
4545
pydocstyle = "^6.3.0"

0 commit comments

Comments
 (0)