From 9f610bd6e8c3ef63ba47f106d32f662d32f004ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 18:57:17 +0000 Subject: [PATCH] Bump django from 1.6 to 2.2.24 in /data_catalog Bumps [django](https://github.com/django/django) from 1.6 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.6...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- data_catalog/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_catalog/requirements.txt b/data_catalog/requirements.txt index fc0c0f9..fe90afc 100644 --- a/data_catalog/requirements.txt +++ b/data_catalog/requirements.txt @@ -1,4 +1,4 @@ -Django==1.6 +Django==2.2.24 django-tastypie==0.10.0 django-tastypie-elasticsearch==0.5.1 elasticsearch==0.4.3