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 %}