Skip to content

Commit 3d801d1

Browse files
fix(deps): update dependency alembic to ~1.8.0
1 parent 0ef77a0 commit 3d801d1

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

poetry.lock

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

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

26-
alembic = "~1.7.6"
26+
alembic = "~1.8.0"
2727
SQLAlchemy = "~1.4.31"
2828
asyncpg = "~0.25.0" # DB backend for application
2929
psycopg2-binary = "~2.9.2" # DB backend for alembic (migration tool)

0 commit comments

Comments
 (0)