From 7e6c5faab731e93b0127ac62057c0d5f3934634f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 20:05:48 +0000 Subject: [PATCH] chore(deps): Bump plutoprint from 0.19.0 to 0.22.0 in /app Bumps [plutoprint](https://github.com/plutoprint/plutoprint) from 0.19.0 to 0.22.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.22.0) --- updated-dependencies: - dependency-name: plutoprint dependency-version: 0.22.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 cdb729b..15f08d6 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.22.0", "alembic", # Data-generation helpers used by the demo-building agent. "databricks-connect>=16.1,<16.2",