From e922e83a6d5caee0f6665e2caf185c8e4c454791 Mon Sep 17 00:00:00 2001 From: Kavin Agrawal Date: Fri, 10 May 2024 21:48:06 -0700 Subject: [PATCH] Upgrade minimum requests to resolve github checks --- README.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 845b43f..68cc253 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ collections: ``` # Requirements - ansible version >= 8.0 -- requests >= 2.20 +- requests >= 2.31.0 - python version >= '3.6' - cohesity_management_sdk >= 1.6.0 diff --git a/requirements.txt b/requirements.txt index ace7422..c5f40bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ cohesity-management-sdk==1.10.1 pywinrm -requests==2.20 +requests==2.31.0 ansible==9.2.0