From 80f3660dc4efccb73235308f0ae37bf4f96919ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 22:47:10 +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 8d29eb2..f9c4d0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -109,7 +109,7 @@ six==1.16.0 # python-dateutil # rfc3339-validator # zodb -sqlparse==0.4.3 +sqlparse==0.4.4 # via django transaction==3.0.1 # via zodb diff --git a/requirements_dev.txt b/requirements_dev.txt index 5ce14e5..d06fa40 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -217,7 +217,7 @@ sniffio==1.3.0 # via trio sortedcontainers==2.4.0 # via trio -sqlparse==0.4.3 +sqlparse==0.4.4 # via # -r requirements.txt # django