Bump mypy from 1.8.0 to 1.9.0

Bumps [mypy](https://github.com/python/mypy) from 1.8.0 to 1.9.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.8.0...1.9.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-11 10:16:10 +00:00 committed by GitHub
parent bcebfd29e4
commit a3d6813a8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ pylint==3.1.0
black==24.2.0
flake8==7.0.0
isort==5.13.2
mypy==1.8.0
mypy==1.9.0
types-protobuf==4.24.0.20240129
pytest>=6.2.4,<9
pytest-asyncio==0.23.5.post1