From 5c8f1b7652e5b039cab39eaa21c99ab221aaa8de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 21:09:45 +0000 Subject: [PATCH] Bump httpie from 2.0.0 to 3.1.0 in /cm 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] --- cm/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cm/requirements.txt b/cm/requirements.txt index 4734265..42aa3e2 100644 --- a/cm/requirements.txt +++ b/cm/requirements.txt @@ -11,7 +11,7 @@ coverage==5.0.3 flasgger==0.9.4 flask==1.1.1 gunicorn==20.0.4 -httpie==2.0.0 +httpie==3.1.0 itsdangerous==1.1.0 python-dateutil requests>=2.20.0