From d5a91714630ba1c3e78d37f783ff9d9035053589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 22:20:26 +0000 Subject: [PATCH] Bump sqlparse Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.2 to 0.5.0. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.2...0.5.0) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../solution_files/chapter_20/ex_20_4_extended/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dash/sample_code/python/makepythontalk/solution_files/chapter_20/ex_20_4_extended/requirements.txt b/dash/sample_code/python/makepythontalk/solution_files/chapter_20/ex_20_4_extended/requirements.txt index 2b5b3e48..df055bf6 100644 --- a/dash/sample_code/python/makepythontalk/solution_files/chapter_20/ex_20_4_extended/requirements.txt +++ b/dash/sample_code/python/makepythontalk/solution_files/chapter_20/ex_20_4_extended/requirements.txt @@ -4,4 +4,4 @@ Django==4.1b1 django-bootstrap5==21.3 platformshconfig==2.4.0 soupsieve==2.3.2.post1 -sqlparse==0.4.2 +sqlparse==0.5.0