From 1956982a17bf52c2f0189b108cf05f173ef785c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 23:44:46 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index da044f4f3..30e513a2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,7 +51,7 @@ wheel==0.36.2 # HTTP for Humans # License: Apache # Upstream url: http://docs.python-requests.org/en/master/ -requests==2.25.1 +requests==2.32.0 # A lightweight library for converting complex datatypes to and from native Python datatypes. # License: MIT