From 672cfde5ec0fb9880a41ecae0e65267d51191754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 23:04:32 +0000 Subject: [PATCH] Bump django from 1.11.22 to 1.11.28 Bumps [django](https://github.com/django/django) from 1.11.22 to 1.11.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.22...1.11.28) Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index e93b2b4..acee0e3 100644 --- a/requirements.in +++ b/requirements.in @@ -1,4 +1,4 @@ -django==1.11.22 +django==1.11.28 djangorestframework==3.3.3 commonmark six \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index e7e4569..46d7c19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ # pip-compile --output-file requirements.txt requirements.in # commonmark==0.7.4 -django==1.11.22 +django==1.11.28 djangorestframework==3.3.3 future==0.16.0 # via commonmark pytz==2017.3 # via django