From 4ca71b2cbe8108a9138601e3467009240f6b9715 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 20:53:57 +0000 Subject: [PATCH] Bump sqlparse from 0.3.1 to 0.4.4 in /hackathon_site 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] --- hackathon_site/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hackathon_site/requirements.txt b/hackathon_site/requirements.txt index d499015a4..148ff82b1 100644 --- a/hackathon_site/requirements.txt +++ b/hackathon_site/requirements.txt @@ -38,7 +38,7 @@ requests==2.25.1 ruamel.yaml==0.16.10 ruamel.yaml.clib==0.2.0 six==1.15.0 -sqlparse==0.3.1 +sqlparse==0.4.4 toml==0.10.0 typed-ast==1.4.1 uritemplate==3.0.1