From 1ab41b150fa0925ed1df9ca7cbce0e5fc501c400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:20:56 +0000 Subject: [PATCH] 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 6c3dcd8..229b126 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ django-polymorphic==3.1.0 django-crispy-forms==2.1 crispy-bootstrap4==2023.1 django-capture-tag==1.0 -sqlparse==0.4.2 +sqlparse==0.5.0 pyyaml==6.0.1 numpy==1.26.2