From 70583a6037b6e54aefb8d8f57d9a1305ba9955e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 11:17:32 +0000 Subject: [PATCH] Bump django from 2.2 to 2.2.27 in /PoliTech Bumps [django](https://github.com/django/django) from 2.2 to 2.2.27. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2...2.2.27) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- PoliTech/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 PoliTech/requirements.txt diff --git a/PoliTech/requirements.txt b/PoliTech/requirements.txt old mode 100755 new mode 100644 index ad4ca20..ab992e1 --- a/PoliTech/requirements.txt +++ b/PoliTech/requirements.txt @@ -1,7 +1,7 @@ astroid==2.2.5 colorama==0.4.1 cycler==0.10.0 -Django==2.2 +Django==2.2.27 djangorestframework==3.9.2 djangorestframework-gis==0.14 dj-database-url==0.5.0