From 21d7b6776f47e68ebb93eaa9229c9d7a49841d4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 21:23:13 +0000 Subject: [PATCH] Bump httpie from 0.8.0 to 3.1.0 in /cm Bumps [httpie](https://github.com/httpie/httpie) from 0.8.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/0.8.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 343eceb..574b065 100644 --- a/cm/requirements.txt +++ b/cm/requirements.txt @@ -7,7 +7,7 @@ Pygments==1.6 SQLAlchemy==1.1.10 Werkzeug==0.14 coverage==3.7.1 -httpie==0.8.0 +httpie==3.1.0 itsdangerous==0.24 python-dateutil gunicorn==19.7.1