From 280fc55b726bd9c6c13e8dba8d33b3989589dccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 21:09:17 +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 db2f4e7..868440f 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