1
0
Fork 0

[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
commit db50f19d76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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]