From 7fcafc19694833c79717e364822cbe376dc72b00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 22:08:31 +0000 Subject: [PATCH] Bump sqlparse from 0.4.2 to 0.4.4 in /examples/sanic Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.2 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.4.2...0.4.4) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/sanic/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sanic/requirements.txt b/examples/sanic/requirements.txt index 4424f2f..3331594 100644 --- a/examples/sanic/requirements.txt +++ b/examples/sanic/requirements.txt @@ -24,7 +24,7 @@ sanic==21.12.2 sanic-routing==0.7.2 simplejson==3.17.6 SQLAlchemy==1.4.36 -sqlparse==0.4.2 +sqlparse==0.4.4 typing_extensions==4.2.0 ujson==5.4.0 uritemplate==4.1.1