From 81f7ab3a61be7d705cd7e2749b529d2e0943ac42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 21:10:10 +0000 Subject: [PATCH] Bump httpie from 2.0.0 to 3.1.0 in /django-rest-framework/tutorial 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] --- django-rest-framework/tutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django-rest-framework/tutorial/requirements.txt b/django-rest-framework/tutorial/requirements.txt index cfabda4..a682089 100644 --- a/django-rest-framework/tutorial/requirements.txt +++ b/django-rest-framework/tutorial/requirements.txt @@ -5,7 +5,7 @@ certifi==2019.11.28 chardet==3.0.4 Django==3.0.7 djangorestframework==3.11.0 -httpie==2.0.0 +httpie==3.1.0 idna==2.8 isort==4.3.21 lazy-object-proxy==1.4.3