Skip to content

Commit

Permalink
fix(deps): update dependency alembic to ~1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 19, 2023
1 parent da7fad4 commit 6020688
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ loguru = ">=0.6.0,<0.7.0"
mako = "~1.2.2"
pydantic = { version = "~1.8.2", extras = ["dotenv"] }

alembic = "~1.7.6"
alembic = "~1.9.0"
SQLAlchemy = "~1.4.31"
asyncpg = "~0.25.0" # DB backend for application
psycopg2-binary = "~2.9.2" # DB backend for alembic (migration tool)
Expand Down

0 comments on commit 6020688

Please sign in to comment.