From b90bf8d193a4d571957a50db66c825e059549607 Mon Sep 17 00:00:00 2001 From: Xuan Wang Date: Fri, 21 Oct 2022 17:33:32 -0700 Subject: [PATCH] Bump required requests version to 2.25.0 (#10929) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4a04ada4b..b25e4a8f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dependencies = [ "babel>=2.9", "alabaster>=0.7,<0.8", "imagesize>=1.3", - "requests>=2.5.0", + "requests>=2.25.0", "packaging>=21.0", "importlib-metadata>=4.8; python_version < '3.10'", "colorama>=0.4.5; sys_platform == 'win32'",