From c88d9b1d9b0de337783386ed9cd5f12d3c3c3442 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 21:11:00 +0000 Subject: [PATCH] Bump httpie from 1.0.3 to 3.1.0 in /Lesson04/Exercise31 Bumps [httpie](https://github.com/httpie/httpie) from 1.0.3 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/1.0.3...3.1.0) --- updated-dependencies: - dependency-name: httpie dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Lesson04/Exercise31/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lesson04/Exercise31/requirements.txt b/Lesson04/Exercise31/requirements.txt index ba5609d..9547c89 100644 --- a/Lesson04/Exercise31/requirements.txt +++ b/Lesson04/Exercise31/requirements.txt @@ -1,6 +1,6 @@ Flask==1.0.3 Flask-RESTful==0.3.7 -httpie==1.0.3 +httpie==3.1.0 Flask-SQLAlchemy==2.4.0 Flask-Migrate==2.5.2 psycopg2-binary==2.8.3