mirror of https://github.com/ansible/ansible.git
[stable-2.9] 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:pull/62162/head8bff356efbBumping the dependency will resolve the issue. (cherry picked from commit0f52b18) Co-authored-by: Gonéri Le Bouder <goneri@lebouder.net>
parent
6ecf17ee4d
commit
e616ce1091
@ -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
|
||||
|
||||
Loading…
Reference in New Issue