From fb3bb80f8a88de1e49cdacc8305f4af4dc2dfdc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 18:44:20 +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.20. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.13...2.2.20) 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..1067160 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.20 enum-compat==0.0.3 eventlet==0.30.0 greenlet==0.4.17