From 530f27bb4c3038da658151bf6a6fef42e68bc32a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 21:10:09 +0000 Subject: [PATCH] Bump sqlparse from 0.3.1 to 0.4.4 in /shell/packaging Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.3.1 to 0.4.4. - [Release notes](https://github.com/andialbrecht/sqlparse/releases) - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.3.1...0.4.4) --- 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 26da634b97..704a2139b4 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.4.4 thrift==0.16.0 thrift_sasl==0.4.3