From f907a01a18ad8c61136405fcc17bf4d293fa8c7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 22:39:21 +0000 Subject: [PATCH] Bump django from 4.0.5 to 4.0.6 in /examples/server/wsgi/django_socketio Bumps [django](https://github.com/django/django) from 4.0.5 to 4.0.6. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.5...4.0.6) --- 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..2a01d67 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.6 python-engineio==4.3.2 python-socketio==5.6.0 sqlparse==0.4.2