From 78c8477d0ad0829c2092b037d3313d065a746572 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jan 2022 18:46:47 +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.26. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.13...2.2.26) --- 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..5f30c74 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.26 enum-compat==0.0.3 eventlet==0.30.0 greenlet==0.4.17