From a5e24ab1a30acb27f8a0df885ba5236e1f44e488 Mon Sep 17 00:00:00 2001 From: Rich Ellis Date: Tue, 4 Jun 2024 09:23:55 +0100 Subject: [PATCH] build(deps): requests between >=2.32.0,<2.32.3 >=2.32.0 for n CVE-2024-35195 fix. <2.32.3 to avoid default certificate loading regression. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a67d0f8e..323ad602 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "0.8.1" description = "Python client library for IBM Cloudant" dependencies = [ "ibm_cloud_sdk_core==3.20.1", - "requests>=2.20,<3.0", + "requests>=2.32.0,<2.32.3", "python_dateutil>=2.5.3,<3.0.0", "PyJWT>=2.0.1,<3.0.0", ]