From 12d0aad0a41b01566b3b51a10b969e463ea2009d Mon Sep 17 00:00:00 2001 From: Sergio Schvezov Date: Thu, 15 Nov 2018 08:14:32 -0300 Subject: [PATCH] packaging: update requests (#2402) Signed-off-by: Sergio Schvezov --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 505b53577c..a6b97f21cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ progressbar33==2.4 http://pyyaml.org/download/pyyaml/PyYAML-3.13-cp35-cp35m-win_amd64.whl; sys_platform == 'win32' PyYAML==3.13; sys_platform != 'win32' pyxdg==0.25 -requests==2.9.1 +requests==2.20.0 requests_unixsocket==0.1.5 https://launchpad.net/ubuntu/+archive/primary/+files/python-apt_1.1.0~beta1build1.tar.xz; sys_platform == 'linux' https://launchpad.net/python-distutils-extra/trunk/2.39/+download/python-distutils-extra-2.39.tar.gz @@ -20,5 +20,5 @@ raven==6.5.0 simplejson==3.8.2 tabulate==0.7.5 python-debian==0.1.28 -chardet==2.3.0 +chardet==3.0.4 cx_Freeze>=5.0.2; sys_platform == 'win32'