From 4941606a991976325fc2f3ff922f3e9b9a7ad34f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 10:13:34 +0000 Subject: [PATCH] deps: update sqlparse requirement from >=0.5.0 to >=0.5.5 Updates the requirements on [sqlparse](https://github.com/andialbrecht/sqlparse) to permit the latest version. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.0...0.5.5) --- updated-dependencies: - dependency-name: sqlparse dependency-version: 0.5.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dea7ee1..71491ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "click>=8.1", "rich>=13.0", "pyyaml>=6.0", - "sqlparse>=0.5.0", + "sqlparse>=0.5.5", ] [project.optional-dependencies]