From c11ccb3ec5c3f64ca5e81e14f8db176255a9db9e Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Wed, 8 Aug 2018 09:07:00 +0200 Subject: [PATCH] Bump global requirement pins Gnocchi now needs a new minimum of setuptools, > 39.2.0. We therefore bump to latest version available. Change-Id: I35a9e88e1904cb92218752c6b3564ff6b0e990f4 --- global-requirement-pins.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global-requirement-pins.txt b/global-requirement-pins.txt index d91c55d228..0056fa73f5 100644 --- a/global-requirement-pins.txt +++ b/global-requirement-pins.txt @@ -11,6 +11,6 @@ ### # Bumping pip to version 10 fails in tempest when trying to install # packages with an empty list. -pip==9.0.3 -setuptools==39.2.0 +pip==18.0 +setuptools==40.0.0 wheel==0.31.1