From 8a7e16dddc37fc86701160c24f15e07a39bdda1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:58:22 +0000 Subject: [PATCH] dependency: (deps): bump sqlparse from 0.5.2 to 0.5.3 in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index b9efa98..08dd75c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -52,7 +52,7 @@ pytz==2023.3.post1 PyYAML==6.0.2 six==1.17.0 sniffio==1.3.0 -sqlparse==0.5.2 +sqlparse==0.5.3 tqdm==4.67.1 typing_extensions==4.9.0 tzdata==2023.4