From 49015bf217da436dda51a361f8296a7530835e06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 05:39:57 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5becdc8f9..00d9ce39f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dynamic = ['version'] dependencies = [ 'base58>=1.0.3', 'wheel>=0.30.0', - 'requests==2.31.0', + 'requests==2.32.0', ] [project.optional-dependencies] diff --git a/requirements.txt b/requirements.txt index 911cf6dcd..9d7387b20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ base58>=1.0.3 wheel>=0.30.0 -requests==2.31.0 +requests==2.32.0