From b118977f3c6ac6f21f2db3fd5141cd4b24c8f74f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 08:14:48 +0000 Subject: [PATCH] chore(deps): bump sqlparse from 0.4.3 to 0.5.0 in /community_portal Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.3 to 0.5.0. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.3...0.5.0) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- community_portal/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community_portal/requirements.txt b/community_portal/requirements.txt index c23e3bf..dd246a6 100644 --- a/community_portal/requirements.txt +++ b/community_portal/requirements.txt @@ -3,5 +3,5 @@ Django==4.0.5 djangorestframework==3.13.1 python-dotenv==0.21.0 pytz==2024.1 -sqlparse==0.4.3 +sqlparse==0.5.0 tzdata==2023.3