From 4e5e5992d69517a7718121af2da06cb596cc794e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 17:58:51 +0000 Subject: [PATCH] Bump django from 1.11.22 to 1.11.29 Bumps [django](https://github.com/django/django) from 1.11.22 to 1.11.29. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.22...1.11.29) Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.in b/requirements.in index e93b2b4..b39728a 100644 --- a/requirements.in +++ b/requirements.in @@ -1,4 +1,4 @@ -django==1.11.22 +django==1.11.29 djangorestframework==3.3.3 commonmark six \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index e7e4569..ce7431e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,9 +4,9 @@ # # pip-compile --output-file requirements.txt requirements.in # -commonmark==0.7.4 -django==1.11.22 -djangorestframework==3.3.3 +commonmark==0.7.4 # via -r requirements.in +django==1.11.29 # via -r requirements.in +djangorestframework==3.3.3 # via -r requirements.in future==0.16.0 # via commonmark pytz==2017.3 # via django -six==1.12.0 +six==1.12.0 # via -r requirements.in