From cb1a92f21a1b7e99e52051f3eea8bc876247bc36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 17:52:35 +0000 Subject: [PATCH] Bump plutoprint from 0.19.0 to 0.20.0 in /app Bumps [plutoprint](https://github.com/plutoprint/plutoprint) from 0.19.0 to 0.20.0. - [Release notes](https://github.com/plutoprint/plutoprint/releases) - [Changelog](https://github.com/plutoprint/plutoprint/blob/main/docs/changelog.rst) - [Commits](https://github.com/plutoprint/plutoprint/compare/v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: plutoprint dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pyproject.toml b/app/pyproject.toml index 4c1e1cb..5bd9d25 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "fastmcp==3.1.1", "sqlglot>=20.0.0", "sqlfluff>=3.0.0", - "plutoprint==0.19.0", + "plutoprint==0.20.0", "alembic", # Data-generation helpers used by the demo-building agent. "databricks-connect>=16.1,<16.2",