From f85c967e0a417a6142e75eddc072e1e049758b84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:41:39 +0000 Subject: [PATCH] chore(deps): bump alembic from 1.13.2 to 1.14.0 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.13.2 to 1.14.0. - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) --- updated-dependencies: - dependency-name: alembic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a6128f4..7c1506d 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] @@ -1653,4 +1653,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 = "d3eeee956e14084f11fd0095ff85603805928225a46f319d4c3ef39e97297ab7" +content-hash = "b5d28ba60865fc90f3bdd8935fa98a0d122471d88f03d0b9067e00ed1b9e6a14" diff --git a/pyproject.toml b/pyproject.toml index afa39f6..35d2b40 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.6" asyncpg = "^0.29.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"}