From 31f565562967b4305dfcae5271f29ea3ac147688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 20:45:17 +0000 Subject: [PATCH] Bump sqlparse from 0.3.1 to 0.5.0 in /infra/python/deps 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] --- infra/python/deps/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/python/deps/requirements.txt b/infra/python/deps/requirements.txt index c73adcfcc..f838abf3a 100644 --- a/infra/python/deps/requirements.txt +++ b/infra/python/deps/requirements.txt @@ -60,7 +60,7 @@ requests == 2.21.0 sasl == 0.2.1 sh == 1.11 six == 1.14.0 -sqlparse == 0.3.1 +sqlparse == 0.5.0 texttable == 0.8.3 virtualenv == 16.7.10 avro==1.10.2