From 8a8313afa2a5ab338cdd5fd14aa7c0db48971cc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 20:56:12 +0000 Subject: [PATCH] Bump sqlparse from 0.3.1 to 0.4.4 in /notebook Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.3.1 to 0.4.4. - [Release notes](https://github.com/andialbrecht/sqlparse/releases) - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.3.1...0.4.4) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- notebook/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/requirements.txt b/notebook/requirements.txt index 3375307..285def7 100644 --- a/notebook/requirements.txt +++ b/notebook/requirements.txt @@ -60,7 +60,7 @@ scipy==1.4.1 Send2Trash==1.5.0 six==1.14.0 sklearn==0.0 -sqlparse==0.3.1 +sqlparse==0.4.4 terminado==0.8.3 testpath==0.4.4 toml==0.10.1