From 6d9af1b7dd01e448acd6eb12abf9c0f8700867b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 08:14:34 +0000 Subject: [PATCH] Bump django in /examples/server/wsgi/django_example Bumps [django](https://github.com/django/django) from 2.2.13 to 2.2.27. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.13...2.2.27) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/server/wsgi/django_example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/wsgi/django_example/requirements.txt b/examples/server/wsgi/django_example/requirements.txt index 108517d..14d8413 100644 --- a/examples/server/wsgi/django_example/requirements.txt +++ b/examples/server/wsgi/django_example/requirements.txt @@ -1,4 +1,4 @@ -django==2.2.13 +django==2.2.27 enum-compat==0.0.3 eventlet==0.30.0 greenlet==0.4.17