From cd339b22452fd56e9ded624b599c248741510c45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 05:27:55 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/acceptance/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/acceptance/requirements.txt b/test/acceptance/requirements.txt index 4f621c1..ddbde8b 100644 --- a/test/acceptance/requirements.txt +++ b/test/acceptance/requirements.txt @@ -1,6 +1,6 @@ lettuce==0.2.20 # Blindly update from 2.20.0 (test/acceptance is no longer in use) -requests==2.31.0 +requests==2.32.0 xmltodict==0.9.2 termcolor==1.1.0 pymongo==4.6.3 # blindly changed from 2.7.2 due to vulnerability check in github