From 558c940f4d8ccea608646d0487605c9125c05f37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 09:19:21 +0000 Subject: [PATCH] Bump redis from 4.5.1 to 4.5.4 Bumps [redis](https://github.com/redis/redis-py) from 4.5.1 to 4.5.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.5.1...v4.5.4) --- updated-dependencies: - dependency-name: redis 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 fff8ccb28..67bf608cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ dependencies = [ "aiohttp-session==2.12.0", "aiohttp==3.8.4", - "redis==4.5.1", + "redis==4.5.4", "asyncpg==0.27.0", "certifi==2022.12.7", "click==8.1.3", diff --git a/requirements.txt b/requirements.txt index d538c4068..98fdec699 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiohttp==3.8.4 aiohttp-session==2.12.0 -redis==4.5.1 +redis==4.5.4 asyncpg==0.27.0 certifi==2022.12.7 click==8.1.3