From c96f2c875569b77a82132a09197028e43126a751 Mon Sep 17 00:00:00 2001 From: Lindsay Hill Date: Wed, 2 Jan 2019 11:33:18 -0800 Subject: [PATCH] Fix kombu release version --- fixed-requirements.txt | 2 +- requirements.txt | 2 +- st2common/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fixed-requirements.txt b/fixed-requirements.txt index 9e2b0c8bf7..9a087f4879 100644 --- a/fixed-requirements.txt +++ b/fixed-requirements.txt @@ -5,7 +5,7 @@ greenlet==0.4.15 # depend on rely eventlet==0.24.1 gunicorn==19.9.0 -kombu==4.2.2 +kombu==4.2.2.post1 # Note: amqp is used by kombu amqp==2.3.2 # NOTE: Recent version substantially affect the performance and add big import time overhead diff --git a/requirements.txt b/requirements.txt index 53d08ce967..a12aecb64e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ ipaddr jinja2 jsonpath-rw==1.4.0 jsonschema==2.6.0 -kombu==4.2.2 +kombu==4.2.2.post1 lockfile==0.12.2 mock==2.0.0 mongoengine==0.16.3 diff --git a/st2common/requirements.txt b/st2common/requirements.txt index 27eb50e95e..a5c9cbe9e7 100644 --- a/st2common/requirements.txt +++ b/st2common/requirements.txt @@ -9,7 +9,7 @@ ipaddr jinja2 jsonpath-rw==1.4.0 jsonschema==2.6.0 -kombu==4.2.2 +kombu==4.2.2.post1 mongoengine==0.16.3 networkx==1.11 oslo.config<1.13,>=1.12.1