From 1b025c76dabfaae426cbca0afbf2aff63bcb67f3 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Tue, 21 May 2024 13:29:18 +0530 Subject: [PATCH] build: Bump requests (#26501) Minor security issue, not really used by us this way afaik. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d06238ef9a..5b7ef411a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dependencies = [ "hiredis~=2.2.3", "setproctitle~=1.3.3", "requests-oauthlib~=1.3.1", - "requests~=2.31.0", + "requests~=2.32.0", "rq~=1.15.1", "rsa>=4.1", "semantic-version~=2.10.0",