From fab7ec67560e3f9509927814f158a3255e6c172d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 09:56:56 +0000 Subject: [PATCH] Bump redis from 5.0.7 to 5.1.1 (#1226) Bumps [redis](https://github.com/redis/redis-py) from 5.0.7 to 5.1.1. - [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/v5.0.7...v5.1.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- demos/blog/requirements.txt | 2 +- demos/graphql-demo/requirements-dev.txt | 2 +- demos/shortify/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/demos/blog/requirements.txt b/demos/blog/requirements.txt index e5f31a4b4..8c6a86c60 100644 --- a/demos/blog/requirements.txt +++ b/demos/blog/requirements.txt @@ -5,7 +5,7 @@ asyncpg==0.29.0 asyncpgsa==0.27.1 bcrypt==4.1.3 pytoml==0.1.21 -redis==5.0.7 +redis==5.1.1 sqlalchemy==1.4.45 # testing diff --git a/demos/graphql-demo/requirements-dev.txt b/demos/graphql-demo/requirements-dev.txt index 9785aaf29..a91307d2a 100644 --- a/demos/graphql-demo/requirements-dev.txt +++ b/demos/graphql-demo/requirements-dev.txt @@ -9,7 +9,7 @@ graphene==2.1.9 graphql-core==2.3.2 graphql-ws==0.4.4 psycopg2-binary==2.9.9 -redis==5.0.7 +redis==5.1.1 mypy==1.10.1 flake8==7.1.0 diff --git a/demos/shortify/requirements.txt b/demos/shortify/requirements.txt index 21d48be15..8c8276def 100644 --- a/demos/shortify/requirements.txt +++ b/demos/shortify/requirements.txt @@ -1,5 +1,5 @@ aiohttp==3.8.6 aiohttp_jinja2==1.5.1 pyyaml==6.0.1 -redis==5.0.7 +redis==5.1.1 trafaret==2.1.1