From 6b188c0656b9386ddcbf47b5bfbda6cb429068d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 22:41:33 +0000 Subject: [PATCH] build(deps): bump sqlparse from 0.4.3 to 0.4.4 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.3 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.3...0.4.4) --- updated-dependencies: - dependency-name: sqlparse dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1fd06d34..ff3009b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -160,7 +160,7 @@ six==1.16.0 # rfc3339-validator # url-normalize # zodb -sqlparse==0.4.3 +sqlparse==0.4.4 # via # django # django-debug-toolbar diff --git a/requirements_dev.txt b/requirements_dev.txt index 25929bfb..3cebf5a9 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -285,7 +285,7 @@ sphinxcontrib-qthelp==1.0.3 # via sphinx sphinxcontrib-serializinghtml==1.1.5 # via sphinx -sqlparse==0.4.3 +sqlparse==0.4.4 # via # django # django-debug-toolbar