From 6bb8f9bfec96cf4bf3e948eb7c5ca13399684180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 15:49:56 +0000 Subject: [PATCH] Bump sqlparse from 0.4.3 to 0.5.0 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.3 to 0.5.0. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.3...0.5.0) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1ec83f0..0e917cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ requests==2.31.0 six==1.16.0 slackclient==1.3.2 soupsieve==2.0.1 -sqlparse==0.4.3 +sqlparse==0.5.0 statuspageio==0.0.1 text-unidecode==1.3 urllib3==1.26.18