From 61fc444f148d63e4443127f2b553cdd0531ce024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 22:51:55 +0000 Subject: [PATCH] Bump sqlparse 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] --- .../chapter_20/ex_20_3_live_blog/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dash/sample_code/python/makepythontalk/solution_files/chapter_20/ex_20_3_live_blog/requirements.txt b/dash/sample_code/python/makepythontalk/solution_files/chapter_20/ex_20_3_live_blog/requirements.txt index d667eb10..dd1d9807 100644 --- a/dash/sample_code/python/makepythontalk/solution_files/chapter_20/ex_20_3_live_blog/requirements.txt +++ b/dash/sample_code/python/makepythontalk/solution_files/chapter_20/ex_20_3_live_blog/requirements.txt @@ -2,4 +2,4 @@ asgiref==3.6.0 Django==4.1.6 django-bootstrap5==22.2 platformshconfig==2.4.0 -sqlparse==0.4.3 +sqlparse==0.5.0