From 783d0cc69778406505564143c186743aad1ef383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 21:46:54 +0000 Subject: [PATCH] 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 066b37c8..94a66cf6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -118,7 +118,7 @@ six==1.16.0 # virtualenv sphinx==1.2.2 # via -r requirements.in -sqlparse==0.4.2 +sqlparse==0.4.4 # via django text-unidecode==1.3 # via faker @@ -126,7 +126,6 @@ toml==0.10.2 # via pre-commit tomli==2.0.0 # via - # coverage # mypy # pytest types-requests==2.27.7