From a9ea402c2403960ee91538fe9112a5ab6a0765c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 21:47:10 +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] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index af1490145..6d2be11e4 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -81,7 +81,7 @@ regex==2021.4.4 # via black requests==2.25.1 # via coveralls -sqlparse==0.4.2 +sqlparse==0.4.4 # via django toml==0.10.2 # via black