diff --git a/poetry.lock b/poetry.lock index b2ce57d..a3903a2 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.1" +version = "1.13.2" description = "A database migration tool for SQLAlchemy." optional = false python-versions = ">=3.8" files = [ - {file = "alembic-1.13.1-py3-none-any.whl", hash = "sha256:2edcc97bed0bd3272611ce3a98d98279e9c209e7186e43e75bbb1b2bdfdbcc43"}, - {file = "alembic-1.13.1.tar.gz", hash = "sha256:4932c8558bf68f2ee92b9bbcb8218671c627064d5b08939437af6d77dc05e595"}, + {file = "alembic-1.13.2-py3-none-any.whl", hash = "sha256:6b8733129a6224a9a711e17c99b08462dbf7cc9670ba8f2e2ae9af860ceb1953"}, + {file = "alembic-1.13.2.tar.gz", hash = "sha256:1ff0ae32975f4fd96028c39ed9bb3c867fe3af956bd7bb37343b54c9fe7445ef"}, ] [package.dependencies] @@ -2187,4 +2187,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.12,<4" -content-hash = "3d9132db50e874cfa03a8abf9718ec26cfaef9052b65c682d7ef0695bccea3ce" +content-hash = "6f0e3648cdf5e26546e94bd668fac4d43cbf41a0f4ba4083303ff9f05c563a96" diff --git a/pyproject.toml b/pyproject.toml index 0c1a3ce..c0d62fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python-dotenv = "^1.0.0" SQLAlchemy = "^2.0.31" psycopg2-binary = "^2.9.6" asyncpg = "^0.29.0" -alembic = "^1.12.0" +alembic = "^1.13.2" regtech-api-commons = {git = "https://github.com/cfpb/regtech-api-commons.git"} regtech-regex = {git = "https://github.com/cfpb/regtech-regex.git"}