From 67e047dbfab9e4b9e25019860442331453eab6aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 21:59:55 +0000 Subject: [PATCH] Bump django in /Django-uwsgi-nginx-mysql/docker/python Bumps [django](https://github.com/django/django) from 2.1.2 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.2...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Django-uwsgi-nginx-mysql/docker/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Django-uwsgi-nginx-mysql/docker/python/requirements.txt b/Django-uwsgi-nginx-mysql/docker/python/requirements.txt index 34f93fe..734a3a6 100644 --- a/Django-uwsgi-nginx-mysql/docker/python/requirements.txt +++ b/Django-uwsgi-nginx-mysql/docker/python/requirements.txt @@ -1,4 +1,4 @@ -django==2.1.2 +django==2.2.24 uwsgi==2.0.17.1 mysqlclient==1.3.13 django-debug-toolbar==1.9.1