diff --git a/poetry.lock b/poetry.lock index f3a28b9..9e3dfdd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,14 +1,14 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "alembic" -version = "1.10.3" +version = "1.14.0" description = "A database migration tool for SQLAlchemy." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "alembic-1.10.3-py3-none-any.whl", hash = "sha256:b2e0a6cfd3a8ce936a1168320bcbe94aefa3f4463cd773a968a55071beb3cd37"}, - {file = "alembic-1.10.3.tar.gz", hash = "sha256:32a69b13a613aeb7e8093f242da60eff9daed13c0df02fff279c1b06c32965d2"}, + {file = "alembic-1.14.0-py3-none-any.whl", hash = "sha256:99bd884ca390466db5e27ffccff1d179ec5c05c965cfefc0607e69f9e411cb25"}, + {file = "alembic-1.14.0.tar.gz", hash = "sha256:b00892b53b3642d0b8dbedba234dbf1924b69be83a9a769d5a624b01094e304b"}, ] [package.dependencies] @@ -17,7 +17,7 @@ SQLAlchemy = ">=1.3.0" typing-extensions = ">=4" [package.extras] -tz = ["python-dateutil"] +tz = ["backports.zoneinfo"] [[package]] name = "anyio" @@ -1109,4 +1109,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "c92bb33fd277b4459ba58bb1b31425b92928d8da282f600fe2768ef71b39bf5c" +content-hash = "89d95707d99ce88b39316532e8ad3a641b2b8003aa5bda983b049e4f1a9b0195" diff --git a/pyproject.toml b/pyproject.toml index 475c0c1..d082caf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ fastapi = "^0.95.0" uvicorn = "^0.21.1" sqlalchemy-spanner = "^1.6.2" SQLAlchemy-Utils = "^0.41.1" -alembic = "^1.10.3" +alembic = "^1.14.0" httpx = "^0.24.0" [tool.poetry.dev-dependencies]