From 6a1b129c664976597c7f545045c52a2f67e3ea03 Mon Sep 17 00:00:00 2001 From: Rich Ellis Date: Tue, 10 Jun 2025 16:18:53 +0100 Subject: [PATCH] build(deps): requests>=2.32.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b1a6d44..bde817ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "0.10.3" description = "Python client library for IBM Cloudant" dependencies = [ "ibm_cloud_sdk_core==3.24.1", - "requests>=2.32.2,<3.0.0", + "requests>=2.32.4,<3.0.0", "python_dateutil>=2.5.3,<3.0.0", "PyJWT>=2.0.1,<3.0.0", ]