From d9124a8e8d4889c0cf309578abd90110a1e7468c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 6 Dec 2024 18:55:30 +0000
Subject: [PATCH] Bump django in /examples/server/wsgi/django_socketio

Bumps [django](https://github.com/django/django) from 4.2.16 to 4.2.17.
- [Commits](https://github.com/django/django/compare/4.2.16...4.2.17)

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

Signed-off-by: dependabot[bot] <support@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 53a2811..98d2cf1 100644
--- a/examples/server/wsgi/django_socketio/requirements.txt
+++ b/examples/server/wsgi/django_socketio/requirements.txt
@@ -1,6 +1,6 @@
 asgiref==3.6.0
 bidict==0.22.1
-Django==4.2.16
+Django==4.2.17
 gunicorn==22.0.0
 h11==0.14.0
 python-engineio