From 2d1d41cfe80ee5a0d064109d3d25be56e9e210d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 10:03:42 +0000 Subject: [PATCH] dependency: (deps): bump sqlparse from 0.5.1 to 0.5.2 in /backend Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.5.1 to 0.5.2. - [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.1...0.5.2) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index e544cfb..bf54920 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -52,7 +52,7 @@ pytz==2023.3.post1 PyYAML==6.0.2 six==1.16.0 sniffio==1.3.0 -sqlparse==0.5.1 +sqlparse==0.5.2 tqdm==4.66.6 typing_extensions==4.9.0 tzdata==2023.4