From 897606756e13fddf7966c001966e79f4dd589ad3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 20:29:23 +0000 Subject: [PATCH] Bump sqlparse from 0.2.4 to 0.4.4 in /src Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.2.4 to 0.4.4. - [Release notes](https://github.com/andialbrecht/sqlparse/releases) - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.2.4...0.4.4) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index bd5515d..3e38451 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -3,7 +3,7 @@ django-cors-headers==2.1.0 djangorestframework==3.11.2 djangorestframework-jwt==1.11.0 PyMySQL==0.9.2 -sqlparse==0.2.4 +sqlparse==0.4.4 ldap3==2.4.1 simplejson==3.15.0 gunicorn==19.8.1