From 858c7524f6b24d42d259b127f4f4547f4972dea9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 12:46:40 +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 19856c4..cc30983 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,5 +1,5 @@ certifi==2020.6.20 -Django==2.2.24 +Django==2.2.27 djangorestframework==3.11.2 djongo==1.3.3 elasticsearch==7.9.1