Bump required requests version to 2.25.0 (#10929)

This commit is contained in:
Xuan Wang 2022-10-21 17:33:32 -07:00 committed by GitHub
parent cc314f13e8
commit b90bf8d193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ dependencies = [
"babel>=2.9", "babel>=2.9",
"alabaster>=0.7,<0.8", "alabaster>=0.7,<0.8",
"imagesize>=1.3", "imagesize>=1.3",
"requests>=2.5.0", "requests>=2.25.0",
"packaging>=21.0", "packaging>=21.0",
"importlib-metadata>=4.8; python_version < '3.10'", "importlib-metadata>=4.8; python_version < '3.10'",
"colorama>=0.4.5; sys_platform == 'win32'", "colorama>=0.4.5; sys_platform == 'win32'",