Update requests requirement from <=2.32.1,>=2.9.1 to >=2.9.1,<=2.32.2 (#6865)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

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-05-22 00:36:10 +00:00 committed by GitHub
parent 215dfea515
commit 552c320fad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ dev = [
"pytest-timeout>=2.3.1,<=2.3.1",
"pytest-xdist>=3.5.0,<=3.6.1",
"pytest>=8.1.1,<=8.1.2",
"requests>=2.9.1,<=2.32.1",
"requests>=2.9.1,<=2.32.2",
"tox>=3.5,<=4.15.0",
"wheel>=0.36.2,<=0.43",
"build>=0.10.0,<=1.2.1",