mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-08 15:55:04 +01:00
[rh:requests] Bump minimum requests version to 2.32.2 (#10079)
Closes #10078 Authored by: bashonly
This commit is contained in:
parent
2e5a47da40
commit
db50f19d76
4 changed files with 7 additions and 13 deletions
|
|
@ -42,9 +42,9 @@ def main():
|
|||
# py2exe cannot import Crypto
|
||||
'Crypto',
|
||||
'Cryptodome',
|
||||
# py2exe appears to confuse this with our socks library.
|
||||
# We don't use pysocks and urllib3.contrib.socks would fail to import if tried.
|
||||
'urllib3.contrib.socks'
|
||||
# requests >=2.32.0 breaks py2exe builds due to certifi dependency
|
||||
'requests',
|
||||
'urllib3'
|
||||
],
|
||||
'dll_excludes': ['w9xpopen.exe', 'crypt32.dll'],
|
||||
# Modules that are only imported dynamically must be added here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue