Skip to content

Commit c578cb8

Browse files
fix(deps): update dependency alembic to ~1.15.0
1 parent a0e22bf commit c578cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ loguru = ">=0.6.0,<0.7.0"
2222
mako = "~1.2.2"
2323
pydantic = { version = "~1.10.5", extras = ["dotenv"] }
2424

25-
alembic = "~1.7.6"
25+
alembic = "~1.15.0"
2626
SQLAlchemy = "~1.4.31"
2727
asyncpg = "0.26.0" # DB backend for application
2828
psycopg2-binary = "~2.9.2" # DB backend for alembic (migration tool)

0 commit comments

Comments
 (0)