From 6a9238a0e8f5c74fdf872386a51dc71bac855bce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 00:41:12 +0000 Subject: [PATCH] Bump django from 1.10.5 to 1.11.28 in /budget_proj/requirements Bumps [django](https://github.com/django/django) from 1.10.5 to 1.11.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.10.5...1.11.28) Signed-off-by: dependabot[bot] --- budget_proj/requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/budget_proj/requirements/common.txt b/budget_proj/requirements/common.txt index b1453d7..ad2506f 100644 --- a/budget_proj/requirements/common.txt +++ b/budget_proj/requirements/common.txt @@ -1,5 +1,5 @@ appdirs==1.4.3 -Django==1.10.5 +Django==1.11.28 django-filter==1.0.1 django-rest-swagger==2.1.1 djangorestframework==3.5.4