From ea5b8e7fb6360a2ff26f7dad55d346c8e4a4f7f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jan 2022 08:50:01 +0000 Subject: [PATCH] Bump django from 2.2.24 to 2.2.26 in /examples/django_mongoengine Bumps [django](https://github.com/django/django) from 2.2.24 to 2.2.26. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.24...2.2.26) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/django_mongoengine/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/django_mongoengine/requirements.txt b/examples/django_mongoengine/requirements.txt index d6956210..2996472d 100644 --- a/examples/django_mongoengine/requirements.txt +++ b/examples/django_mongoengine/requirements.txt @@ -1,4 +1,4 @@ -Django==2.2.24 +Django==2.2.26 pytest==4.6.3 pytest-django==3.5.1 mongoengine==0.17.0