From 630c57054dccc29b8f1a92bd9fcdd7e4fd27ee7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 21:04:54 +0000 Subject: [PATCH] Bump sqlparse from 0.3.1 to 0.4.4 in /misc 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] --- misc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/requirements.txt b/misc/requirements.txt index f76933f..b58b7c7 100644 --- a/misc/requirements.txt +++ b/misc/requirements.txt @@ -16,6 +16,6 @@ oauthlib==3.1.0 Pillow==8.3.2 soupsieve==2.0.1 SQLAlchemy==1.3.18 -sqlparse==0.3.1 +sqlparse==0.4.4 Werkzeug==1.0.1 WTForms==2.3.1 \ No newline at end of file