From 2ad222c7d127acab907552150f408792bcceccf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 00:33:04 +0000 Subject: [PATCH] Bump sqlparse from 0.5.2 to 0.5.3 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.5.2 to 0.5.3. - [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.5.2...0.5.3) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1f81d17..df2fbf0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ Django==5.1.4 filelock==3.16.1 pytz==2024.2 six==1.17.0 -sqlparse==0.5.2 +sqlparse==0.5.3