From aaa47a8b9e91b7a8738f5ce4f64829cc473551fe Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 20 Nov 2018 23:18:37 +0100 Subject: [PATCH] Update requests from 2.20.0 to 2.20.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 58720fd..c3c88a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ jaeger-client==3.12.0 python-json-logger==0.1.10 PyYAML==3.13 anyconfig==0.9.7 -requests==2.20.0 +requests==2.20.1 # Optionals: connexion[swagger-ui]==2.0.2 # Necessary to deploy swagger ui files in projects that install this library,