From 85d487aa4d4830fee9ac5b26798bd9b07bc3ead0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 22:40:44 +0000 Subject: [PATCH] Bump django from 4.0.8 to 4.0.9 in /examples/server/wsgi/django_socketio (#1126) #nolog Bumps [django](https://github.com/django/django) from 4.0.8 to 4.0.9. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.8...4.0.9) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] 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 e906115..cf38f2d 100644 --- a/examples/server/wsgi/django_socketio/requirements.txt +++ b/examples/server/wsgi/django_socketio/requirements.txt @@ -1,7 +1,7 @@ asgiref==3.5.2 backports.zoneinfo==0.2.1 bidict==0.22.0 -Django==4.0.8 +Django==4.0.9 python-engineio==4.3.2 python-socketio==5.6.0 sqlparse==0.4.2