[murano] murano-agent 3.2.0 (ocata)
We are excited to announce the release of: murano-agent 3.2.0: Python Murano Agent This release is part of the ocata stable release series. Download the package from: https://tarballs.openstack.org/murano-agent/ For more details, please see below. Changes in murano-agent 3.1.0..3.2.0 ------------------------------------ 3fc9cfb Updated from global requirements Diffstat (except docs and test files) ------------------------------------- requirements.txt | 4 ++-- test-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a33296d..35fb6c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ GitPython>=1.0.1 # BSD License (3 clause) -kombu<4.0.0,>=3.0.25 # BSD +kombu>=3.0.25 # BSD @@ -16 +16 @@ semantic-version>=2.3.1 # BSD -requests!=2.12.2,>=2.10.0 # Apache-2.0 +requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index b13ecda..d677a3b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14 +14 @@ oslosphinx>=4.7.0 # Apache-2.0 -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD
participants (1)
-
no-reply@openstack.org