From ebbff70b7169fe65420d7346d6b48e8ff2923123 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 02:08:47 +0000 Subject: [PATCH] chore(deps): bump sqlparse from 0.4.2 to 0.4.4 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.2 to 0.4.4. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.2...0.4.4) --- 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 01e1c66..0184354 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,6 @@ djangorestframework==3.13.1 pycparser==2.21 PyMySQL==1.0.2 pytz==2022.1 -sqlparse==0.4.2 +sqlparse==0.4.4 django-rest-knox==4.2.0 drf_yasg==1.21.4 \ No newline at end of file