Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXuan Wang <amos.wangxuan@gmail.com>2022-10-22 03:33:32 +0300
committerGitHub <noreply@github.com>2022-10-22 03:33:32 +0300
commitb90bf8d193a4d571957a50db66c825e059549607 (patch)
tree98082d986bf90293abe1290000ba637cc4f5661b
parentcc314f13e8a98393ab018d83d8957a724a6f338a (diff)
Bump required requests version to 2.25.0 (#10929)
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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'",