From 60ba565550d550280f2ed37670f4ca54c55671dc Mon Sep 17 00:00:00 2001 From: waylon <1158341873@qq.com> Date: Thu, 15 Dec 2022 16:24:46 +0800 Subject: [PATCH] minor: bamboo-pipeline bumps to 3.24.2 --- bamboo_engine/__version__.py | 2 +- runtime/bamboo-pipeline/poetry.lock | 2 +- runtime/bamboo-pipeline/pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bamboo_engine/__version__.py b/bamboo_engine/__version__.py index 6d25cdad..e90b9b80 100644 --- a/bamboo_engine/__version__.py +++ b/bamboo_engine/__version__.py @@ -11,4 +11,4 @@ specific language governing permissions and limitations under the License. """ -__version__ = "2.6.0" +__version__ = "2.6.1" diff --git a/runtime/bamboo-pipeline/poetry.lock b/runtime/bamboo-pipeline/poetry.lock index eb1a7a02..e90b49e3 100644 --- a/runtime/bamboo-pipeline/poetry.lock +++ b/runtime/bamboo-pipeline/poetry.lock @@ -41,7 +41,7 @@ tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (> [[package]] name = "bamboo-engine" -version = "2.6.0" +version = "2.6.1" description = "Bamboo-engine is a general-purpose workflow engine" category = "main" optional = false diff --git a/runtime/bamboo-pipeline/pyproject.toml b/runtime/bamboo-pipeline/pyproject.toml index f7284f11..d89c994d 100644 --- a/runtime/bamboo-pipeline/pyproject.toml +++ b/runtime/bamboo-pipeline/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bamboo-pipeline" -version = "3.24.1" +version = "3.24.2" description = "runtime for bamboo-engine base on Django and Celery" authors = ["homholueng "] license = "MIT" @@ -16,7 +16,7 @@ requests = "^2.22.0" django-celery-beat = "^2.1.0" Mako = "^1.1.4" pytz = "2019.3" -bamboo-engine = "2.6.0" +bamboo-engine = "2.6.1" jsonschema = "^2.5.1" ujson = "4.1.*" pyparsing = "^2.2.0"