From 46a4c9c3e1d4dbb9cfd4091a2d93540cb5b8cdf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 11:14:13 +0000 Subject: [PATCH] Bump django from 2.2.24 to 2.2.27 in /api Bumps [django](https://github.com/django/django) from 2.2.24 to 2.2.27. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.24...2.2.27) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index a2fb32a..80f9a9b 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -3,7 +3,7 @@ certifi==2021.10.8 chardet==3.0.4 charset-normalizer==2.0.7 decorator==4.4.0 -Django==2.2.24 +Django==2.2.27 djangorestframework==3.11.2 djangorestframework-gis==0.14 idna==3.3