From 61f76d29e313fcfb0598666e63376af3fbacda6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 17:02:56 +0000 Subject: [PATCH] build(deps): bump sqlparse from 0.3.1 to 0.5.0 in /config Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.3.1 to 0.5.0. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.3.1...0.5.0) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements.txt b/config/requirements.txt index 4da582c..732179f 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -14,4 +14,4 @@ pytest-xdist==1.32.0 pytz==2019.3 redis==3.4.1 scrapy==2.6.3 -sqlparse==0.3.1 +sqlparse==0.5.0