From 4a155fb95c448e6cabbbb6e1050aa13c4fe16912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 09:32:09 +0200 Subject: [PATCH] Bump sqlparse from 0.4.4 to 0.5.0 (#75) Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.4 to 0.5.0. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.4...0.5.0) --- updated-dependencies: - dependency-name: sqlparse dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 308bb65f..6a123478 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ pyparsing==3.0.9 # via packaging pyyaml==6.0 # via pre-commit -sqlparse==0.4.4 +sqlparse==0.5.0 # via django toml==0.10.2 # via pre-commit