From a5902c9759ead7614013bed170e9ba822b1ab27f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 20:27:22 +0000 Subject: [PATCH] Bump django from 2.0.3 to 2.2.24 in /shared-db Bumps [django](https://github.com/django/django) from 2.0.3 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.3...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- shared-db/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared-db/requirements.txt b/shared-db/requirements.txt index 9c745de..bfa7c4a 100644 --- a/shared-db/requirements.txt +++ b/shared-db/requirements.txt @@ -1,4 +1,4 @@ -Django==2.0.3 +Django==2.2.24 djangorestframework==3.7.7 django-rest-swagger==2.1.2 coreapi==2.3.3