Skip to content

Commit 8b62fa1

Browse files
chore(deps): Update dependency greenlet to v3.3.0
1 parent b80d37c commit 8b62fa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{cookiecutter.project_slug}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
{% if cookiecutter.use_database == "postgresql" %} "asyncpg==0.30.0",{% endif %}
2121
{% if cookiecutter.use_database == "sqlite" %} "aiosqlite==0.21.0",{% endif %}
2222
{% if cookiecutter.use_database == "mysql" %} "aiomysql==0.3.2",{% endif %}
23-
"greenlet==3.2.4",
23+
"greenlet==3.3.0",
2424
"pydantic==2.12.4",
2525
"pydantic-settings==2.12.0",
2626
"sqlalchemy==2.0.44",

0 commit comments

Comments
 (0)