[rh:requests] Bump minimum requests version to 2.32.2 (#10079)

Closes #10078
Authored by: bashonly
This commit is contained in:
bashonly
2024-06-01 13:57:23 -05:00
committed by GitHub
parent 2e5a47da40
commit db50f19d76
4 changed files with 7 additions and 13 deletions

View File

@@ -46,7 +46,7 @@ dependencies = [
"certifi",
"mutagen",
"pycryptodomex",
"requests>=2.31.0,<3",
"requests>=2.32.2,<3",
"urllib3>=1.26.17,<3",
"websockets>=12.0",
]
@@ -82,7 +82,6 @@ pyinstaller = [
]
py2exe = [
"py2exe>=0.12",
"requests==2.31.*",
]
[project.urls]