From 9fc386f786f018b4abc96ebf29440d5343b96eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 23:42:11 +0000 Subject: [PATCH] Bump sqlparse from 0.4.4 to 0.5.0 in /FixFlashCards Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.4 to 0.5.0. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.4...0.5.0) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- FixFlashCards/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FixFlashCards/requirements.txt b/FixFlashCards/requirements.txt index f3890cb..0ceb459 100644 --- a/FixFlashCards/requirements.txt +++ b/FixFlashCards/requirements.txt @@ -1,4 +1,4 @@ asgiref==3.8.1 Django==4.0.4 -sqlparse==0.4.4 +sqlparse==0.5.0 tzdata==2024.1