From 99931ea9e5b692230faa4241da5a8d8483f1ddd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 20:56:24 +0000 Subject: [PATCH] Bump sqlparse from 0.3.1 to 0.4.4 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 +- requirements-train.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/requirements-train.txt b/requirements-train.txt index 4e71271..1fc17e4 100644 --- a/requirements-train.txt +++ b/requirements-train.txt @@ -34,7 +34,7 @@ scikit-learn==1.0.2 scipy six==1.15.0 sklearn==0.0 -sqlparse==0.3.1 +sqlparse==0.4.4 threadpoolctl==2.1.0 toml==0.10.1 tqdm==4.46.1