We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80d37c commit 63883abCopy full SHA for 63883ab
1 file changed
{{cookiecutter.project_slug}}/pyproject.toml
@@ -5,7 +5,7 @@ description = "{{ cookiecutter.project_description }}"
5
readme = "README.md"
6
requires-python = ">=3.12,<4.0"
7
dependencies = [
8
- "alembic==1.17.2",
+ "alembic==1.18.3",
9
{% if cookiecutter.use_cache == "redis" %} "redis==7.0.1",{% endif %}
10
{% if cookiecutter.use_cache == "keydb" %} "redis==7.0.1",{% endif %}
11
{% if cookiecutter.use_cache == "tarantool" %} "tarantool==2.8.0",{% endif %}
0 commit comments