diff --git a/poetry.lock b/poetry.lock index d0939916..6ad580ea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,14 +2,14 @@ [[package]] name = "alembic" -version = "1.10.2" +version = "1.11.1" description = "A database migration tool for SQLAlchemy." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "alembic-1.10.2-py3-none-any.whl", hash = "sha256:8b48368f6533c064b39c024e1daba15ae7f947eac84185c28c06bbe1301a5497"}, - {file = "alembic-1.10.2.tar.gz", hash = "sha256:457eafbdc0769d855c2c92cbafe6b7f319f916c80cf4ed02b8f394f38b51b89d"}, + {file = "alembic-1.11.1-py3-none-any.whl", hash = "sha256:dc871798a601fab38332e38d6ddb38d5e734f60034baeb8e2db5b642fccd8ab8"}, + {file = "alembic-1.11.1.tar.gz", hash = "sha256:6a810a6b012c88b33458fceb869aef09ac75d6ace5291915ba7fae44de372c01"}, ] [package.dependencies] @@ -2420,4 +2420,4 @@ test = ["pytest (>=6.0.0)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "be789d9689e5a8a9feeb55857c26f300acf7b99a95ab555fffe45239a14a0086" +content-hash = "5f24b3e335bc658f70c2a6f69c8f908db87880cc4e20bfd304861bbacc545b0c" diff --git a/pyproject.toml b/pyproject.toml index 1ddde4ce..33784104 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ rich = "^13.3.3" pandas = "^1.5.3" sqlalchemy = ">2.0" sqlalchemy-utils = "^0.40.0" -alembic = "^1.10.2" +alembic = "^1.11.1" psycopg2-binary = { version = "^2.9.5", optional = true } sentry-sdk = "^1.18.0" imagesize = "^1.4.1"