From f343ad5666296c547a8a6c0ee9a70f6986c6c27b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 17:15:06 +0000 Subject: [PATCH] chore: Bump sqlparse from 0.4.2 to 0.4.4 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.2 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.4.2...0.4.4) --- updated-dependencies: - dependency-name: sqlparse dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b868e0a5..dce1279c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -58,7 +58,7 @@ pytz==2023.3 # djangorestframework signxml==3.1.0 # via -r requirements.in -sqlparse==0.4.2 +sqlparse==0.4.4 # via django typing-extensions==4.3.0 # via pydantic