From 7b58deed35cf6cdf11eac27e8d48aae4928c76bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 22:00:06 +0000 Subject: [PATCH] Bump sqlparse from 0.4.2 to 0.4.4 in /osCam 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] --- osCam/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osCam/requirements.txt b/osCam/requirements.txt index 3ba6cef..7db27fc 100644 --- a/osCam/requirements.txt +++ b/osCam/requirements.txt @@ -24,7 +24,7 @@ pytest==7.1.2 pytz==2022.1 redis==4.2.1 six==1.16.0 -sqlparse==0.4.2 +sqlparse==0.4.4 typing_extensions==4.1.1 vine==5.0.0 wcwidth==0.2.5