From 14fc5c70cd109d5909826eba4c739b22274d9289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 21:11:56 +0000 Subject: [PATCH] Bump django from 2.1.7 to 2.2.24 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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index addd6a6..774d7a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # certifi==2018.11.29 # via requests chardet==3.0.4 # via requests -django==2.1.7 +django==2.2.24 djangorestframework==3.9.1 idna==2.8 # via requests psycopg2-binary==2.7.7 diff --git a/setup.py b/setup.py index 071465f..9d0f47f 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(filename): version='1.0.1', keywords = ('django', 'apigateway', 'dataproxy'), description = 'apigateway powered by django', - install_requires=['django==2.1.7', + install_requires=['django==2.2.24', 'requests', 'djangorestframework', 'psycopg2-binary'],