From 1ac5d714e2f850806db477d7dd2383f43159cac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 06:23:09 +0000 Subject: [PATCH] chore(deps): Bump sqlparse from 0.4.4 to 0.5.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1d7ae81..1bf3ca0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -70,7 +70,7 @@ requests-html==0.10.0 six==1.16.0 soupsieve==2.5 SQLAlchemy==2.0.31 -sqlparse==0.4.4 +sqlparse==0.5.0 tqdm==4.66.4 typing_extensions==4.12.1 tzdata==2023.3