From e9599795bd30ba647f579eb3471a3b6eaf6ec0b1 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 21 Apr 2023 23:26:25 +0100
Subject: [PATCH] Bump sqlparse in /examples/server/wsgi/django_socketio
 (#1176) #nolog

Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.2 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.4.2...0.4.4)

---
updated-dependencies:
- dependency-name: sqlparse
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
 examples/server/wsgi/django_socketio/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/server/wsgi/django_socketio/requirements.txt b/examples/server/wsgi/django_socketio/requirements.txt
index 3252f00..9fb8e45 100644
--- a/examples/server/wsgi/django_socketio/requirements.txt
+++ b/examples/server/wsgi/django_socketio/requirements.txt
@@ -4,4 +4,4 @@ bidict==0.22.0
 Django==4.1.7
 python-engineio==4.3.2
 python-socketio==5.6.0
-sqlparse==0.4.2
+sqlparse==0.4.4