From 2989d4fa5d8588895bdc9090c24c1bf66fb286af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 21:10:00 +0000 Subject: [PATCH] Bump httpie from 1.0.3 to 3.1.0 in /Chapter09/TestApp 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] --- Chapter09/TestApp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter09/TestApp/requirements.txt b/Chapter09/TestApp/requirements.txt index be70dbe..d38778e 100644 --- a/Chapter09/TestApp/requirements.txt +++ b/Chapter09/TestApp/requirements.txt @@ -6,7 +6,7 @@ MarkupSafe==1.1.1 Pygments==2.4.2 SQLAlchemy==1.3.9 Werkzeug==0.16.0 -httpie==1.0.3 +httpie==3.1.0 itsdangerous==1.1.0 python-dateutil==2.8.0 requests==2.20.1