From 7700652468df92427414ea066c9f74c96f9374e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 19:16:17 +0000 Subject: [PATCH] chore(deps): bump alembic from 1.13.3 to 1.18.5 in /quantara Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.13.3 to 1.18.5. - [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-version: 1.18.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- quantara/poetry.lock | 16 ++++++++-------- quantara/pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/quantara/poetry.lock b/quantara/poetry.lock index 7f7d57cf..3f20941a 100644 --- a/quantara/poetry.lock +++ b/quantara/poetry.lock @@ -184,23 +184,23 @@ frozenlist = ">=1.1.0" [[package]] name = "alembic" -version = "1.13.3" +version = "1.18.5" description = "A database migration tool for SQLAlchemy." optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "alembic-1.13.3-py3-none-any.whl", hash = "sha256:908e905976d15235fae59c9ac42c4c5b75cfcefe3d27c0fbf7ae15a37715d80e"}, - {file = "alembic-1.13.3.tar.gz", hash = "sha256:203503117415561e203aa14541740643a611f641517f0209fcae63e9fa09f1a2"}, + {file = "alembic-1.18.5-py3-none-any.whl", hash = "sha256:06d8ba9d04558022f5395e9317de03d270f3dced49cee01f89fe7a13c26f14bc"}, + {file = "alembic-1.18.5.tar.gz", hash = "sha256:1554982221dd17e9a749b53902407578eb305e453f71999e8c7f0a48389fff8e"}, ] [package.dependencies] Mako = "*" -SQLAlchemy = ">=1.3.0" -typing-extensions = ">=4" +SQLAlchemy = ">=1.4.23" +typing-extensions = ">=4.12" [package.extras] -tz = ["backports.zoneinfo ; python_version < \"3.9\""] +tz = ["tzdata"] [[package]] name = "amqp" @@ -4372,4 +4372,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.14" -content-hash = "5114aaf3821ef069e05647979d7fb5bf16e13cb5a35552f5fe9721140918e8aa" +content-hash = "edee8ae4b755c681b30b4d687f68ae07cbdf797312a9244802606b630bbd4484" diff --git a/quantara/pyproject.toml b/quantara/pyproject.toml index 24004f4a..f0d7de8d 100644 --- a/quantara/pyproject.toml +++ b/quantara/pyproject.toml @@ -16,7 +16,7 @@ stellar-sdk = ">=14.0" jinja2 = "3.1.4" python-multipart = "0.0.9" itsdangerous = "2.2.0" -alembic = "1.13.3" +alembic = "1.18.5" sqlalchemy = "2.0.51" pytest = "9.1.1" pytest-cov = "6.0.0"