Update mypy requirement from <=1.11.0,>=1.10.1 to >=1.10.1,<=1.11.1 in the mypy group (#7069)

Update mypy requirement in the mypy group

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.

Updates `mypy` to 1.11.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  dependency-group: mypy
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-08-02 09:47:10 +02:00 committed by GitHub
parent e8e07b220e
commit 3261196df9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ dev = [
"tox>=4.15.1,<=4.16.0", "tox>=4.15.1,<=4.16.0",
"wheel>=0.36.2,<=0.43", "wheel>=0.36.2,<=0.43",
"build>=0.10.0,<=1.2.1", "build>=0.10.0,<=1.2.1",
"mypy>=1.10.1,<=1.11.0", "mypy>=1.10.1,<=1.11.1",
"ruff>=0.5.0,<=0.5.5", "ruff>=0.5.0,<=0.5.5",
"types-certifi>=2021.10.8.3,<=2021.10.8.3", "types-certifi>=2021.10.8.3,<=2021.10.8.3",
"types-Flask>=1.1.6,<=1.1.6", "types-Flask>=1.1.6,<=1.1.6",