diff --git a/poetry.lock b/poetry.lock index 7af2d2d1..334fc0be 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.13.3" 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.13.3-py3-none-any.whl", hash = "sha256:908e905976d15235fae59c9ac42c4c5b75cfcefe3d27c0fbf7ae15a37715d80e"}, + {file = "alembic-1.13.3.tar.gz", hash = "sha256:203503117415561e203aa14541740643a611f641517f0209fcae63e9fa09f1a2"}, ] [package.dependencies] @@ -3253,4 +3253,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<4" -content-hash = "09bfe683f99c3569759601cfddb1f300a46dec178e5ae8260e7390581fe873e8" +content-hash = "5e4849298e0f9af89c3bf161f6690b77df656de125de536f226b17d3c6c09363" diff --git a/pyproject.toml b/pyproject.toml index 2f5dcf09..14c26cc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ regtech-data-validator = {git = "https://github.com/cfpb/regtech-data-validator. regtech-regex = {git = "https://github.com/cfpb/regtech-regex.git"} python-multipart = "^0.0.10" boto3 = "^1.35.25" -alembic = "^1.13.2" +alembic = "^1.13.3" async-lru = "^2.0.4" ujson = "^5.10.0"