From e8d556459933465580bfa97f0fb05c94f7a035ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:45:10 +0000 Subject: [PATCH] chore(deps): Update dependency redis to v7.1.0 --- {{cookiecutter.project_slug}}/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/{{cookiecutter.project_slug}}/pyproject.toml b/{{cookiecutter.project_slug}}/pyproject.toml index ab98fd0..1a79f8c 100644 --- a/{{cookiecutter.project_slug}}/pyproject.toml +++ b/{{cookiecutter.project_slug}}/pyproject.toml @@ -6,10 +6,10 @@ readme = "README.md" requires-python = ">={{ cookiecutter.python_version }}" dependencies = [ "alembic==1.17.1", -{% if cookiecutter.use_cache == "redis" %} "redis==7.0.1",{% endif %} -{% if cookiecutter.use_cache == "keydb" %} "redis==7.0.1",{% endif %} +{% if cookiecutter.use_cache == "redis" %} "redis==7.1.0",{% endif %} +{% if cookiecutter.use_cache == "keydb" %} "redis==7.1.0",{% endif %} {% if cookiecutter.use_cache == "tarantool" %} "tarantool==2.8.0",{% endif %} -{% if cookiecutter.use_cache == "dragonfly" %} "redis==7.0.1",{% endif %} +{% if cookiecutter.use_cache == "dragonfly" %} "redis==7.1.0",{% endif %} "dishka==1.7.2", "fastapi==0.121.0", {% if cookiecutter.use_broker == "kafka" %} "faststream[kafka]==0.6.3",{% endif %}