From 87daa5b9ca0d1452240b492a5d56692d776cc6b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 21:52:07 +0000 Subject: [PATCH] chore(deps): bump sqlparse from 0.5.5 to 0.6.0 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.5.5 to 0.6.0. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.5...0.6.0) --- updated-dependencies: - dependency-name: sqlparse dependency-version: 0.6.0 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 c3f60a7..193978c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ packaging==26.2 pwned-passwords-django==5.2.0 pycparser==3.0 python-json-logger==4.1.0 -sqlparse==0.5.5 +sqlparse==0.6.0 binance-connector==3.13.0 djangorestframework==3.17.1 drf-yasg==1.21.15