From 26c2f31f4a9b8903835bfdc039d51259108e16fc Mon Sep 17 00:00:00 2001 From: alfonsomthd Date: Mon, 5 Nov 2018 11:42:39 +0100 Subject: [PATCH] mgr/dashboard: update python dependency - Updated 'requests' in requirements.txt. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: https://tracker.ceph.com/issues/36632 Signed-off-by: Alfonso Martínez --- src/pybind/mgr/dashboard/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/requirements.txt b/src/pybind/mgr/dashboard/requirements.txt index a256a3a048372..4517fc8597f16 100644 --- a/src/pybind/mgr/dashboard/requirements.txt +++ b/src/pybind/mgr/dashboard/requirements.txt @@ -25,7 +25,7 @@ pyopenssl==17.5.0 pytest==3.3.2 pytest-cov==2.5.1 pytz==2017.3 -requests==2.18.4 +requests==2.20.0 Routes==2.4.1 singledispatch==3.4.0.3 six==1.11.0