From 280a51f46504f18f3e95af94afdc51a44379a52f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 10:46:50 +0000 Subject: [PATCH] deps(deps): bump pglast from 7.8 to 7.10 Bumps [pglast](https://github.com/lelit/pglast) from 7.8 to 7.10. - [Changelog](https://github.com/lelit/pglast/blob/v7/CHANGES.rst) - [Commits](https://github.com/lelit/pglast/compare/v7.8...v7.10) --- updated-dependencies: - dependency-name: pglast dependency-version: '7.10' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3760e6..138fcac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "mcp[cli]>=1.10.0", "psycopg[binary]>=3.2.6", "humanize>=4.8.0", - "pglast==7.8", + "pglast==7.10", "attrs>=25.3.0", "psycopg-pool>=3.2.6", "instructor>=1.7.9",