From de7da333598a6d66dfdfaa9f4bc8a29c8e03eb16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 23:31:31 +0000 Subject: [PATCH] Bump sqlparse from 0.4.4 to 0.5.0 in /dash/tutorial 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] --- dash/tutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dash/tutorial/requirements.txt b/dash/tutorial/requirements.txt index 83ffd2bb..fc6f7f7b 100644 --- a/dash/tutorial/requirements.txt +++ b/dash/tutorial/requirements.txt @@ -234,7 +234,7 @@ six==1.16.0 sniffio==1.3.0 sortedcontainers==2.4.0 soupsieve==2.4.1 -sqlparse==0.4.4 +sqlparse==0.5.0 stack-data==0.6.2 tabulate==0.9.0 tenacity==8.2.2