From b8161ea01e89ba47b3b45505b2d25408a6124ff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 18:04:28 +0000 Subject: [PATCH] dependency: (deps): bump sqlparse from 0.4.4 to 0.5.1 in /backend Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.4 to 0.5.1. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.4...0.5.1) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production update-type: version-update:semver-minor ... 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 0bc2e71..7f02a19 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -19,7 +19,7 @@ pytz==2023.3.post1 PyYAML==6.0.1 requests==2.31.0 simplejson==3.19.2 -sqlparse==0.4.4 +sqlparse==0.5.1 typing_extensions==4.9.0 tzdata==2023.4 uritemplate==4.1.1