From 582a177ee56e4a1af3e4f3815b24734c24f5a1d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 21:11:05 +0000 Subject: [PATCH] Bump httpie from 1.0.3 to 3.1.0 in /Lesson06/Exercise44 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] --- Lesson06/Exercise44/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lesson06/Exercise44/requirements.txt b/Lesson06/Exercise44/requirements.txt index f350775..e8cc16a 100644 --- a/Lesson06/Exercise44/requirements.txt +++ b/Lesson06/Exercise44/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