From b4e0a4d39fb34d811ce2c0b2119c6df22420fa70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 20:12:54 +0000 Subject: [PATCH] Bump django from 2.1.7 to 2.2.24 in /api_server Bumps [django](https://github.com/django/django) from 2.1.7 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.7...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api_server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_server/requirements.txt b/api_server/requirements.txt index f504a27..376823c 100644 --- a/api_server/requirements.txt +++ b/api_server/requirements.txt @@ -1,4 +1,4 @@ -django==2.1.7 +django==2.2.24 setuptools==38.4.0 django-rest-framework django-haystack==2.8.1