From 6b154a783666d72fdfeab4a79c51021c6139e7db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 16:51:20 +0000 Subject: [PATCH] Bump sqlparse in /pyperformance/data-files/benchmarks/bm_django_template Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.1 to 0.5.4. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.1...0.5.4) --- updated-dependencies: - dependency-name: sqlparse dependency-version: 0.5.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../data-files/benchmarks/bm_django_template/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyperformance/data-files/benchmarks/bm_django_template/requirements.txt b/pyperformance/data-files/benchmarks/bm_django_template/requirements.txt index 4b71dc07..d10cb7f3 100644 --- a/pyperformance/data-files/benchmarks/bm_django_template/requirements.txt +++ b/pyperformance/data-files/benchmarks/bm_django_template/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.3.4 django==3.2.4 pytz==2021.1 -sqlparse==0.4.1 +sqlparse==0.5.4 legacy-cgi==2.6 \ No newline at end of file