diff --git a/demos/blog/requirements.txt b/demos/blog/requirements.txt index 8cd64e75a..a179e86b5 100644 --- a/demos/blog/requirements.txt +++ b/demos/blog/requirements.txt @@ -5,7 +5,7 @@ asyncpg==0.30.0 asyncpgsa==0.27.1 bcrypt==4.1.3 pytoml==0.1.21 -redis==5.1.1 +redis==5.2.0 sqlalchemy==1.4.45 # testing diff --git a/demos/graphql-demo/requirements-dev.txt b/demos/graphql-demo/requirements-dev.txt index a91307d2a..dde59b563 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.1.1 +redis==5.2.0 mypy==1.10.1 flake8==7.1.0 diff --git a/demos/shortify/requirements.txt b/demos/shortify/requirements.txt index 8c8276def..877c330d3 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.1.1 +redis==5.2.0 trafaret==2.1.1