From 9f9560acd0c63bc99d58fd78d40df41febf27ce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 15:27:47 +0000 Subject: [PATCH] Bump redis in /noderunnersbrasil-lightning-swap/backend Bumps [redis](https://github.com/redis/redis-py) from 4.3.4 to 4.4.4. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v4.3.4...v4.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- noderunnersbrasil-lightning-swap/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noderunnersbrasil-lightning-swap/backend/requirements.txt b/noderunnersbrasil-lightning-swap/backend/requirements.txt index 6240ce2..54781cb 100644 --- a/noderunnersbrasil-lightning-swap/backend/requirements.txt +++ b/noderunnersbrasil-lightning-swap/backend/requirements.txt @@ -15,7 +15,7 @@ packaging==21.3 pydantic==1.10.2 pyparsing==3.0.9 python-dotenv==0.21.0 -redis==4.3.4 +redis==4.4.4 requests==2.28.1 sniffio==1.3.0 starlette==0.20.4