diff --git a/poetry.lock b/poetry.lock index c94325f..c80faa4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -20,13 +20,13 @@ docs = ["sphinx (==7.2.6)", "sphinx-mdinclude (==0.5.3)"] [[package]] name = "alembic" -version = "1.13.2" +version = "1.14.0" description = "A database migration tool for SQLAlchemy." optional = false python-versions = ">=3.8" files = [ - {file = "alembic-1.13.2-py3-none-any.whl", hash = "sha256:6b8733129a6224a9a711e17c99b08462dbf7cc9670ba8f2e2ae9af860ceb1953"}, - {file = "alembic-1.13.2.tar.gz", hash = "sha256:1ff0ae32975f4fd96028c39ed9bb3c867fe3af956bd7bb37343b54c9fe7445ef"}, + {file = "alembic-1.14.0-py3-none-any.whl", hash = "sha256:99bd884ca390466db5e27ffccff1d179ec5c05c965cfefc0607e69f9e411cb25"}, + {file = "alembic-1.14.0.tar.gz", hash = "sha256:b00892b53b3642d0b8dbedba234dbf1924b69be83a9a769d5a624b01094e304b"}, ] [package.dependencies] @@ -1657,4 +1657,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.0" python-versions = ">=3.12,<4" -content-hash = "7167ae875fda4faa5463092e2a1df5cc7d736f4eee014756a8cda16c8ac1a300" +content-hash = "63a734d73724380b6694d30f419b975d563a40979c83c5a834e3d00d331bdc57" diff --git a/pyproject.toml b/pyproject.toml index cea62af..b3bb25e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python-dotenv = "^1.0.0" SQLAlchemy = { version = "^2.0.35", extras = ["asyncio"]} psycopg2-binary = "^2.9.10" asyncpg = "^0.30.0" -alembic = "^1.13.2" +alembic = "^1.14.0" regtech-api-commons = {git = "https://github.com/cfpb/regtech-api-commons.git"} regtech-regex = {git = "https://github.com/cfpb/regtech-regex.git"}