From c8749fa10b98e494a04bf92b1902784eb724da8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 09:20:09 +0000 Subject: [PATCH] Bump django from 1.11.22 to 1.11.23 Bumps [django](https://github.com/django/django) from 1.11.22 to 1.11.23. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.22...1.11.23) 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..09c426a 100644 --- a/requirements.in +++ b/requirements.in @@ -1,4 +1,4 @@ -django==1.11.22 +django==1.11.23 djangorestframework==3.3.3 commonmark six \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index e7e4569..d939090 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.23 djangorestframework==3.3.3 future==0.16.0 # via commonmark pytz==2017.3 # via django