From ffe881a48729ce50a3db2f49b6c3b7fdc3bd0cd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 10:38:12 +0000 Subject: [PATCH] deps(deps): bump pglast from 7.7 to 7.8 Bumps [pglast](https://github.com/lelit/pglast) from 7.7 to 7.8. - [Changelog](https://github.com/lelit/pglast/blob/v7/CHANGES.rst) - [Commits](https://github.com/lelit/pglast/compare/v7.7...v7.8) --- updated-dependencies: - dependency-name: pglast dependency-version: '7.8' 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 ab5ea5a..ea8f750 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.7", + "pglast==7.8", "attrs>=25.3.0", "psycopg-pool>=3.2.6", "instructor>=1.7.9",