From c703c7c5b1d4c5df39b802e6ca6c6644f7b3a56d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 15:22:06 +0000 Subject: [PATCH] Bump django from 4.0.5 to 4.0.7 in /examples/server/wsgi/django_socketio Bumps [django](https://github.com/django/django) from 4.0.5 to 4.0.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.5...4.0.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 fb7c61c..f7aa513 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.5 +Django==4.0.7 python-engineio==4.3.2 python-socketio==5.6.0 sqlparse==0.4.2