From 00b2ce184969289bef29478d76fe96e8814fe3ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2020 12:09:30 +0000 Subject: [PATCH] Bump django from 1.11.23 to 1.11.28 Bumps [django](https://github.com/django/django) from 1.11.23 to 1.11.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.23...1.11.28) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 127036e..90ac007 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -django==1.11.23 +django==1.11.28 gunicorn==19.9.0 coverage \ No newline at end of file diff --git a/test-requirements.txt b/test-requirements.txt index 4c4a7cf..dc21a07 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -Django==1.11.23 +Django==1.11.28 pytz==2018.5 selenium==3.14.0 urllib3==1.24.2