From 245fc761401f03ad1919710a336e88528b05b828 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 00:47:43 +0000 Subject: [PATCH] Bump treq from 0.2.1 to 22.1.0 Bumps [treq](https://github.com/twisted/treq) from 0.2.1 to 22.1.0. - [Release notes](https://github.com/twisted/treq/releases) - [Changelog](https://github.com/twisted/treq/blob/master/CHANGELOG.rst) - [Commits](https://github.com/twisted/treq/compare/v0.2.1...release-22.1.0) --- updated-dependencies: - dependency-name: treq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8a85fc1..97090fd 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ packages=['txDiscourse'], install_requires=[ 'Twisted >= 14.0.0', - 'treq==0.2.1', + 'treq==22.1.0', 'service-identity==14.0.0' ], email='anoukruhaak@gmail.com',