From 16957d3cb84e5a4a768f7b9dda03702ac58ba226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 17:26:04 +0000 Subject: [PATCH] Bump django from 1.10.3 to 1.11.29 in /travel_buddy Bumps [django](https://github.com/django/django) from 1.10.3 to 1.11.29. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.10.3...1.11.29) Signed-off-by: dependabot[bot] --- travel_buddy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travel_buddy/requirements.txt b/travel_buddy/requirements.txt index 892b566..1804a8f 100644 --- a/travel_buddy/requirements.txt +++ b/travel_buddy/requirements.txt @@ -1,5 +1,5 @@ bcrypt==3.1.1 cffi==1.9.1 -Django==1.10.3 +Django==1.11.29 pycparser==2.17 six==1.10.0