From 821b202cb3f729f28087d8f3e835f94ba79bcd69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 17:37:58 +0000 Subject: [PATCH] Bump sqlparse from 0.4.4 to 0.5.4 in /nosql/mongo Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.4 to 0.5.4. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.4...0.5.4) --- updated-dependencies: - dependency-name: sqlparse dependency-version: 0.5.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nosql/mongo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nosql/mongo/requirements.txt b/nosql/mongo/requirements.txt index e3fd07f..28ecd31 100644 --- a/nosql/mongo/requirements.txt +++ b/nosql/mongo/requirements.txt @@ -25,7 +25,7 @@ requests-cache==0.9.8 ; python_version >= "3.10" and python_version < "4.0" six==1.16.0 ; python_version >= "3.10" and python_version < "4.0" smmap==5.0.1 ; python_version >= "3.10" and python_version < "4.0" soupsieve==2.5 ; python_version >= "3.10" and python_version < "4.0" -sqlparse==0.4.4 ; python_version >= "3.10" and python_version < "4.0" +sqlparse==0.5.4 ; python_version >= "3.10" and python_version < "4.0" typing-extensions==4.8.0 ; python_version >= "3.10" and python_version < "4.0" tzdata==2023.3 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32" url-normalize==1.4.3 ; python_version >= "3.10" and python_version < "4.0"