chore(deps): update mypy requirement from >=1.6.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](https://github.com/python/mypy/compare/v1.6.0...v1.19.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-version: 1.19.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-05-26 22:26:18 +00:00 committed by GitHub
parent 224689a5bc
commit 63ae259e62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -114,7 +114,7 @@ dependencies = [
"black>=23.9.0",
"isort>=5.12.0",
"flake8>=6.1.0",
"mypy>=1.6.0",
"mypy>=1.19.1",
]
[project.optional-dependencies]
@ -132,7 +132,7 @@ dev = [
"black>=23.9.0",
"isort>=5.12.0",
"flake8>=6.1.0",
"mypy>=1.6.0",
"mypy>=1.19.1",
"pre-commit>=3.5.0",
"bandit>=1.7.0",
"safety>=2.3.0",

View File

@ -10,4 +10,4 @@ pytest-benchmark>=5.2.3
# Linting and formatting
black>=23.0.0
flake8>=6.0.0
mypy>=1.0.0
mypy>=1.19.1