From 14cfe4d66887f86b9da9a567215bed07280c6dd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 22:13:30 +0000 Subject: [PATCH] Bump django from 1.10.2 to 2.2.24 in /atos/functional/template/citygo Bumps [django](https://github.com/django/django) from 1.10.2 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.10.2...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- atos/functional/template/citygo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atos/functional/template/citygo/requirements.txt b/atos/functional/template/citygo/requirements.txt index 7dc8d06..4172f21 100644 --- a/atos/functional/template/citygo/requirements.txt +++ b/atos/functional/template/citygo/requirements.txt @@ -1,4 +1,4 @@ -Django==1.10.2 +Django==2.2.24 django-allauth==0.27.0 django-rest-auth==0.8.1 djangorestframework==3.4.7