From c88653e9a9e0e85a789e75200494a8a81aab854c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 21:10:27 +0000 Subject: [PATCH] Bump httpie from 2.0.0 to 3.1.0 in /backend Bumps [httpie](https://github.com/httpie/httpie) from 2.0.0 to 3.1.0. - [Release notes](https://github.com/httpie/httpie/releases) - [Changelog](https://github.com/httpie/httpie/blob/master/CHANGELOG.md) - [Commits](https://github.com/httpie/httpie/compare/2.0.0...3.1.0) --- updated-dependencies: - dependency-name: httpie dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 backend/requirements.txt diff --git a/backend/requirements.txt b/backend/requirements.txt old mode 100755 new mode 100644 index f810e70..500d595 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -10,7 +10,7 @@ Flask-Cors==3.0.7 Flask-Migrate==2.5.2 Flask-RESTful==0.3.7 Flask-SQLAlchemy==2.4.0 -httpie==2.0.0 +httpie==3.1.0 idna==2.9 itsdangerous==1.1.0 Jinja2==2.10.1