From 2c40696a79b3446d6bbe1804cdf9718f23920db6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 18:59:52 +0000 Subject: [PATCH] build(deps): bump requests from 0.14.2 to 2.20.0 in /test/data Bumps [requests](https://github.com/requests/requests) from 0.14.2 to 2.20.0. - [Release notes](https://github.com/requests/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](https://github.com/requests/requests/compare/v0.14.2...v2.20.0) Signed-off-by: dependabot[bot] --- test/data/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/data/requirements_test.txt b/test/data/requirements_test.txt index 442c635..d59b567 100644 --- a/test/data/requirements_test.txt +++ b/test/data/requirements_test.txt @@ -4,7 +4,7 @@ Jinja2==2.6 rtmp2img>0.1.5 #another comment Werkzeug<=0.8.3 -requests==0.14.2 +requests==2.20.0 Django<1.4.5 #and another comment sh>=1.07