From e4d4179427ffe6a859d267e86b8d82bc84b53e87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 21:10:30 +0000 Subject: [PATCH] Bump httpie from 1.0.3 to 3.1.0 in /Lesson01/Exercise01 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] --- Lesson01/Exercise01/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lesson01/Exercise01/requirements.txt b/Lesson01/Exercise01/requirements.txt index 52052d9..ba77e43 100644 --- a/Lesson01/Exercise01/requirements.txt +++ b/Lesson01/Exercise01/requirements.txt @@ -1,2 +1,2 @@ Flask==1.0.3 -httpie==1.0.3 \ No newline at end of file +httpie==3.1.0 \ No newline at end of file