Update types-requests requirement from <=2.32.0.20250301,>=2.32.0.20240622 to >=2.32.0.20240622,<=2.32.0.20250328 in the mypy group (#7630)

Update types-requests requirement in the mypy group

---
updated-dependencies:
- dependency-name: types-requests
  dependency-version: 2.32.0.20250328
  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] 2025-04-02 07:52:48 +02:00 committed by GitHub
parent a233887381
commit 9f7ca8c7f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,7 +79,7 @@ dev = [
"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.32.0.20240622,<=2.32.0.20250301",
"types-requests>=2.32.0.20240622,<=2.32.0.20250328",
"types-cryptography>=3.3.23.2,<=3.3.23.2",
"types-pyOpenSSL>=23.3.0.0,<=24.1.0.20240722",
]