Skip to content

Commit b665c35

Browse files
Update mypy requirement from ==1.18.* to ==1.19.*
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.18.1...v1.19.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eafd72b commit b665c35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ black==25.11.*
22
flake8==7.3.*
33
isort==7.0.*
44
moto[server,kms]==5.1.*
5-
mypy==1.18.*
5+
mypy==1.19.*
66
pytest==9.0.*
77
pytest-asyncio==1.3.*
88
pytest-cov==7.0.*

0 commit comments

Comments
 (0)