From 0212622132fa96041ca0e16de8659747a08a810d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 21 Oct 2019 17:32:49 +0000
Subject: [PATCH] Bump httpie from 0.9.9 to 1.0.3 in /back-end

Bumps [httpie](https://github.com/jakubroztocil/httpie) from 0.9.9 to 1.0.3.
- [Release notes](https://github.com/jakubroztocil/httpie/releases)
- [Changelog](https://github.com/jakubroztocil/httpie/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/jakubroztocil/httpie/compare/0.9.9...1.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
---
 back-end/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/back-end/requirements.txt b/back-end/requirements.txt
index 8357e81..900acd7 100644
--- a/back-end/requirements.txt
+++ b/back-end/requirements.txt
@@ -11,7 +11,7 @@ Flask-HTTPAuth==3.2.4
 Flask-Mail==0.9.1
 Flask-Migrate==2.3.0
 Flask-SQLAlchemy==2.3.2
-httpie==0.9.9
+httpie==1.0.3
 idna==2.7
 itsdangerous==1.1.0
 Jinja2==2.10