From 0cef6dd448378d24d6cbc585ae2887fcaf4379a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 04:23:57 +0000 Subject: [PATCH] Bump alembic from 1.15.1 to 1.15.2 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.15.1 to 1.15.2. - [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-patch ... 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 262f742c..b0808881 100644 --- a/poetry.lock +++ b/poetry.lock @@ -21,14 +21,14 @@ docs = ["sphinx (==8.1.3)", "sphinx-mdinclude (==0.6.1)"] [[package]] name = "alembic" -version = "1.15.1" +version = "1.15.2" description = "A database migration tool for SQLAlchemy." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "alembic-1.15.1-py3-none-any.whl", hash = "sha256:197de710da4b3e91cf66a826a5b31b5d59a127ab41bd0fc42863e2902ce2bbbe"}, - {file = "alembic-1.15.1.tar.gz", hash = "sha256:e1a1c738577bca1f27e68728c910cd389b9a92152ff91d902da649c192e30c49"}, + {file = "alembic-1.15.2-py3-none-any.whl", hash = "sha256:2e76bd916d547f6900ec4bb5a90aeac1485d2c92536923d0b138c02b126edc53"}, + {file = "alembic-1.15.2.tar.gz", hash = "sha256:1c72391bbdeffccfe317eefba686cb9a3c078005478885413b95c3b26c57a8a7"}, ] [package.dependencies] @@ -3138,4 +3138,4 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "0aa7fccc821954b4de04f3d1e3a7a8d2b8c5106660c126da61ce5b75bc0bb9a7" +content-hash = "177c0f416b072d976d6c6059ae243d53ee855f6cbdeef7dbe9fe2cc36fe45b0c" diff --git a/pyproject.toml b/pyproject.toml index 217aa6ae..46892a22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ tree-sitter-java = "==0.23.5" tree-sitter-javascript = "==0.23.1" tree-sitter-python = "==0.23.6" tree-sitter-rust = "==0.23.2" -alembic = "==1.15.1" +alembic = "==1.15.2" pygments = "==2.19.1" sqlite-vec-sl-tmp = "==0.0.4" greenlet = "==3.1.1"