From 94437bdd5fda6922c0b2e3c807d1d89473c29bd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 22:52:58 +0000 Subject: [PATCH] build(deps): bump sqlparse from 0.4.3 to 0.5.0 in /docs Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.3 to 0.5.0. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.3...0.5.0) --- updated-dependencies: - dependency-name: sqlparse dependency-type: indirect ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 5c3efa02f6e..cdfed790d67 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -153,7 +153,7 @@ sphinxcontrib-spelling==7.6.2 # via -r requirements.in sphinxext-opengraph==0.7.5 # via -r requirements.in -sqlparse==0.4.3 +sqlparse==0.5.0 # via django tabulate==0.9.0 # via docstrfmt