From 457be07949a4d72590904442614ffab7264faf62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 23:02:45 +0000 Subject: [PATCH] Bump django from 2.1.4 to 2.2.24 in /docker_project/docker_django Bumps [django](https://github.com/django/django) from 2.1.4 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.4...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker_project/docker_django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker_project/docker_django/requirements.txt b/docker_project/docker_django/requirements.txt index f4a4ca5..b0d8891 100644 --- a/docker_project/docker_django/requirements.txt +++ b/docker_project/docker_django/requirements.txt @@ -1,4 +1,4 @@ -Django==2.1.4 +Django==2.2.24 pytz==2020.1 uWSGI==2.0.18 PyMySQL==0.9.3