diff --git a/poetry.lock b/poetry.lock index d5923bd..fa6c066 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,14 +2,14 @@ [[package]] name = "alembic" -version = "1.17.2" +version = "1.18.0" description = "A database migration tool for SQLAlchemy." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "alembic-1.17.2-py3-none-any.whl", hash = "sha256:f483dd1fe93f6c5d49217055e4d15b905b425b6af906746abb35b69c1996c4e6"}, - {file = "alembic-1.17.2.tar.gz", hash = "sha256:bbe9751705c5e0f14877f02d46c53d10885e377e3d90eda810a016f9baa19e8e"}, + {file = "alembic-1.18.0-py3-none-any.whl", hash = "sha256:3993fcfbc371aa80cdcf13f928b7da21b1c9f783c914f03c3c6375f58efd9250"}, + {file = "alembic-1.18.0.tar.gz", hash = "sha256:0c4c03c927dc54d4c56821bdcc988652f4f63bf7b9017fd9d78d63f09fd22b48"}, ] [package.dependencies] @@ -1605,4 +1605,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "212d9b826dd3967e6a5d78d01e562c01cbaa65b8495895f58912a7db57ecdcaf" +content-hash = "1b11251492eb2c5e4db10211d40d368c7afd516251524d371f94025e2b7fd591" diff --git a/pyproject.toml b/pyproject.toml index 3f55846..a8abefa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ sqlmodel = "^0.0.31" asyncpg = "^0.31.0" psycopg2 = "^2.9.11" httpx = "^0.28.1" -alembic = "^1.17.2" +alembic = "^1.18.0" sentry-sdk = {extras = ["fastapi"], version = "^2.48.0"} gunicorn = "^23.0.0" uvicorn = {extras = ["standard"], version = "^0.40.0"}