From 85a42903104610f65b4a95dfee2f25009cc111e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Tue, 10 Sep 2019 16:49:23 -0400 Subject: [PATCH] bump hcloud version to 1.4.1 (#62097) * bump hcloud version to 1.4.1 `hcloud`<=1.4.0 has requirement `requests==2.20.0`. This prevents the installation of the Vcenter Automation SDK which depends on `requests>=2.22.0`. `hcloud` 1.4.1 does not have the problem: https://github.com/hetznercloud/hcloud-python/commit/8bff356efb17f45458519f73beab5d8b41a79b8e Bumping the dependency will resolve the issue. --- .../_data/requirements/integration.cloud.hcloud.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/ansible_test/_data/requirements/integration.cloud.hcloud.txt b/test/lib/ansible_test/_data/requirements/integration.cloud.hcloud.txt index 97ffca61fa4a58..1d298b0a66358a 100644 --- a/test/lib/ansible_test/_data/requirements/integration.cloud.hcloud.txt +++ b/test/lib/ansible_test/_data/requirements/integration.cloud.hcloud.txt @@ -1 +1 @@ -hcloud>=1.3.0 ; python_version >= '2.7' # Python 2.6 is not supported (sanity_ok); Only hcloud >= 1.3.0 supports Networks. +hcloud>=1.4.1 ; python_version >= '2.7' # Python 2.6 is not supported (sanity_ok); Only hcloud >= 1.3.0 supports Networks; hcloud >= 1.4.1 is needed to allow a wider range of requests versions to be used