diff --git a/poetry.lock b/poetry.lock index 9af83c3c..12b5dace 100644 --- a/poetry.lock +++ b/poetry.lock @@ -65,13 +65,13 @@ files = [ [[package]] name = "alembic" -version = "1.13.3" +version = "1.14.0" description = "A database migration tool for SQLAlchemy." optional = true python-versions = ">=3.8" files = [ - {file = "alembic-1.13.3-py3-none-any.whl", hash = "sha256:908e905976d15235fae59c9ac42c4c5b75cfcefe3d27c0fbf7ae15a37715d80e"}, - {file = "alembic-1.13.3.tar.gz", hash = "sha256:203503117415561e203aa14541740643a611f641517f0209fcae63e9fa09f1a2"}, + {file = "alembic-1.14.0-py3-none-any.whl", hash = "sha256:99bd884ca390466db5e27ffccff1d179ec5c05c965cfefc0607e69f9e411cb25"}, + {file = "alembic-1.14.0.tar.gz", hash = "sha256:b00892b53b3642d0b8dbedba234dbf1924b69be83a9a769d5a624b01094e304b"}, ] [package.dependencies] @@ -3321,4 +3321,4 @@ server = ["alembic", "asgi-correlation-id", "coloredlogs", "fastapi", "pydantic- [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "35205c3680484430a41c2fd2134494a5932c75f4ffa00e8e4a107cd79f74f426" +content-hash = "b656c445b77a02524a0220d27786b5e293ced84d6ee33f26807740184c90084c" diff --git a/pyproject.toml b/pyproject.toml index aa6c486e..f880ce36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ python = "^3.10" pydantic = "~2.8.2" typing-extensions = "^4.12.2" pydantic-settings = {version = "^2.5.2", optional = true} -alembic = {version = "^1.13.2", optional = true} +alembic = {version = "^1.14.0", optional = true} sqlalchemy = {version = "^2.0.35", optional = true} sqlalchemy-utils = {version = "^0.41.2", optional = true} pyyaml = {version = "^6.0.2", optional = true}