Bump the mypy group with 2 updates (#6983)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  dependency-group: mypy
- dependency-name: types-requests
  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-07-02 06:43:38 +02:00 committed by GitHub
parent 311e2d2cbb
commit c4eaddedfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -75,12 +75,12 @@ dev = [
"tox>=3.5,<=4.15.0",
"wheel>=0.36.2,<=0.43",
"build>=0.10.0,<=1.2.1",
"mypy>=1.6.1,<=1.10.0",
"mypy<=1.10.1,>=1.10.1",
"ruff>=0.4.1,<=0.4.7",
"types-certifi>=2021.10.8.3,<=2021.10.8.3",
"types-Flask>=1.1.6,<=1.1.6",
"types-Werkzeug>=1.0.9,<=1.0.9",
"types-requests>=2.31.0.10,<=2.32.0.20240523",
"types-requests<=2.32.0.20240622,>=2.32.0.20240622",
"types-cryptography>=3.3.23.2,<=3.3.23.2",
"types-pyOpenSSL>=23.3.0.0,<=24.1.0.20240425",
]