From 5c4ea4332aea675fee3c913f84ea8617c14024f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Sep 2021 18:16:45 +0000 Subject: [PATCH] Bump sqlparse from 0.4.1 to 0.4.2 in /project Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.1 to 0.4.2. - [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.4.1...0.4.2) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- project/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/requirements.txt b/project/requirements.txt index 2fe7c47..ce1fc74 100644 --- a/project/requirements.txt +++ b/project/requirements.txt @@ -30,7 +30,7 @@ pyzmq==22.1.0 requests==2.25.1 six==1.16.0 SQLAlchemy==1.3.23 -sqlparse==0.4.1 +sqlparse==0.4.2 termcolor==1.1.0 tqdm==4.62.2 urllib3==1.26.5