From a4850f8c4fc02dd1971282c6d9e4beb9cd5be320 Mon Sep 17 00:00:00 2001 From: "HUGHES, ALEXANDER (ah8742)" Date: Thu, 25 Jul 2019 15:49:23 -0500 Subject: [PATCH] Update packages related to requests Pegleg Promenade Deckhand and Shipyard should all use same versions of packages when able. Requests currently is giving a warning in Pegleg: ERROR: deckhand 0.0.1.dev657 has requirement urllib3==1.24, but you'll have urllib3 1.24.3 which is incompatible. Change-Id: I271da8c5e3bcf635b24f88c69d966cd39e7ec7f6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cdf0c26b..324e1a43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ python-memcached==1.59 Routes==2.4.1 six==1.11.0 stevedore==1.30.0 -urllib3==1.24 +urllib3==1.24.3 uwsgi==2.0.17.1 # To support profiling in non-prod Werkzeug==0.14.1