From fdb23578515b974819941785bd3da226a03138fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:21:17 +0000 Subject: [PATCH] Bump sqlparse from 0.4.4 to 0.5.0 in /backend Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.4 to 0.5.0. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.4...0.5.0) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 828d184..16c2409 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ asgiref==3.7.2 django==4.1.13 djangorestframework==3.14.0 django-cors-headers==4.3.1 -sqlparse==0.4.4 +sqlparse==0.5.0 numpy==1.26.2 pyyaml==6.0.1 scikit-learn==1.3.2