From 89e8dca57062b1edef297084e6baae5e3f82883a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 17:42:06 +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.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.13...2.2.24) --- 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..3b71a6f 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.24 enum-compat==0.0.3 eventlet==0.30.0 greenlet==0.4.17