Bump the mypy group with 2 updates (#8256)

* Bump the mypy group with 2 updates

Bumps the mypy group with 2 updates: [mypy](https://github.com/python/mypy) and [types-requests](https://github.com/python/typeshed).


Updates `mypy` from 1.19.1 to 1.20.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.19.1...v1.20.1)

Updates `types-requests` from 2.33.0.20260327 to 2.33.0.20260408
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: mypy
  dependency-version: 1.20.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: mypy
- dependency-name: types-requests
  dependency-version: 2.33.0.20260408
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: mypy
...

Signed-off-by: dependabot[bot] <support@github.com>

* [autofix.ci] apply automated fixes

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-06-01 12:42:37 +00:00 committed by GitHub
parent 71b61e8a80
commit c17f92385c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 92 additions and 74 deletions

View file

@ -76,8 +76,8 @@ dev = [
"requests==2.33.1",
"wheel==0.46.3",
"build==1.4.2",
"mypy==1.19.1",
"types-requests==2.33.0.20260327",
"mypy==1.20.1",
"types-requests==2.33.0.20260408",
{include-group = "tox"},
{include-group = "ruff"},
]