diff --git a/poetry.lock b/poetry.lock index f87b6ea..b0fed59 100644 --- a/poetry.lock +++ b/poetry.lock @@ -14,14 +14,14 @@ files = [ [[package]] name = "alembic" -version = "1.17.1" +version = "1.17.2" description = "A database migration tool for SQLAlchemy." optional = false python-versions = ">=3.10" groups = ["main", "dev"] files = [ - {file = "alembic-1.17.1-py3-none-any.whl", hash = "sha256:cbc2386e60f89608bb63f30d2d6cc66c7aaed1fe105bd862828600e5ad167023"}, - {file = "alembic-1.17.1.tar.gz", hash = "sha256:8a289f6778262df31571d29cca4c7fbacd2f0f582ea0816f4c399b6da7528486"}, + {file = "alembic-1.17.2-py3-none-any.whl", hash = "sha256:f483dd1fe93f6c5d49217055e4d15b905b425b6af906746abb35b69c1996c4e6"}, + {file = "alembic-1.17.2.tar.gz", hash = "sha256:bbe9751705c5e0f14877f02d46c53d10885e377e3d90eda810a016f9baa19e8e"}, ] [package.dependencies] @@ -1772,4 +1772,4 @@ standard = ["colorama (>=0.4) ; sys_platform == \"win32\"", "httptools (>=0.6.3) [metadata] lock-version = "2.1" python-versions = ">=3.12,<4" -content-hash = "534193706aad7ebec31c8fadf9f62adccd58797863949f31a1cdf2cc62b5421b" +content-hash = "febb5abf6d37bea411c19ef026d3e5258b44a4453ae1a2af9eccb18baa7b5797" diff --git a/pyproject.toml b/pyproject.toml index 9c6e45e..4121401 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python-dotenv = "^1.2.1" SQLAlchemy = { version = "^2.0.44", extras = ["asyncio"]} psycopg2-binary = "^2.9.11" asyncpg = "^0.30.0" -alembic = "^1.17.1" +alembic = "^1.17.2" regtech-api-commons = {git = "https://github.com/cfpb/regtech-api-commons.git"} regtech-regex = {git = "https://github.com/cfpb/regtech-regex.git"}