From a29a53caedced3800fc5f7c91daf44703b3fa387 Mon Sep 17 00:00:00 2001 From: Yusuke Nishioka Date: Mon, 21 Aug 2023 23:38:15 +0900 Subject: [PATCH] Use requests^2.26 (#8336) (cherry picked from commit e2c1731f8d78488067ec84f1828840678b8118c3) --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9945c792dfd..70e94f5c0bd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1668,4 +1668,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "04e559d11c95be1b25bfe51817592322ee80da12af5092cfe5664345c18dc6aa" +content-hash = "368d5dce2e2375400d677b575523352c47f89070355aaf6ade29360ca7bdb5e2" diff --git a/pyproject.toml b/pyproject.toml index a1f20d69d77..3a70d82871b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ pexpect = "^4.7.0" pkginfo = "^1.9.4" platformdirs = "^3.0.0" pyproject-hooks = "^1.0.0" -requests = "^2.18" +requests = "^2.26" requests-toolbelt = ">=0.9.1,<2" shellingham = "^1.5" tomli = { version = "^2.0.1", python = "<3.11" }