From b375e7b24223d8f6dbc0efff389e79b871a27892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 21:01:30 +0000 Subject: [PATCH] Bump sqlparse from 0.3.1 to 0.5.0 in /shell/packaging Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.3.1 to 0.5.0. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.3.1...0.5.0) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- shell/packaging/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/packaging/requirements.txt b/shell/packaging/requirements.txt index 26da634b9..8e532ea6d 100644 --- a/shell/packaging/requirements.txt +++ b/shell/packaging/requirements.txt @@ -5,6 +5,6 @@ prettytable==0.7.2 sasl==0.3.1 setuptools>=36.8.0 six==1.14.0 -sqlparse==0.3.1 +sqlparse==0.5.0 thrift==0.16.0 thrift_sasl==0.4.3