From e2b38e3b3bac259bdc147ffd2864191112850f43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 20:41:48 +0000 Subject: [PATCH] Bump sqlparse from 0.5.1 to 0.6.0 in /.devcontainer Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.5.1 to 0.6.0. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.1...0.6.0) --- updated-dependencies: - dependency-name: sqlparse dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .devcontainer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/requirements.txt b/.devcontainer/requirements.txt index 5c7231f0963e3..2e2a6549f3b57 100644 --- a/.devcontainer/requirements.txt +++ b/.devcontainer/requirements.txt @@ -624,7 +624,7 @@ sqlalchemy==2.0.36 # via # -r core-requirements.txt # alembic -sqlparse==0.5.1 +sqlparse==0.6.0 # via -r skinny-requirements.txt stack-data==0.6.3 # via ipython