From 6fe3aee46c1e78959c0c1fcd20dcfba489aeb2a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 19:19:38 +0000 Subject: [PATCH] chore(deps): bump sqlparse from 0.4.2 to 0.5.0 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.2 to 0.5.0. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.2...0.5.0) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f75e616d42..514d66b63c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,6 +37,6 @@ urllib3==1.26.12 pyuwsgi==2.0.23 Werkzeug==2.2.3 PyYAML==6.0 -sqlparse==0.4.2 +sqlparse==0.5.0 google-api-python-client==2.88.0 sentry-usage-accountant==0.0.10