From 8d93ed4ad3d219f312b8337c0fc4988abb33e510 Mon Sep 17 00:00:00 2001 From: waylon <1158341873@qq.com> Date: Tue, 13 Aug 2024 15:32:36 +0800 Subject: [PATCH] minor: bamboo-pipeline release 3.29.4 --- runtime/bamboo-pipeline/pipeline/__init__.py | 2 +- runtime/bamboo-pipeline/poetry.lock | 2 +- runtime/bamboo-pipeline/pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/runtime/bamboo-pipeline/pipeline/__init__.py b/runtime/bamboo-pipeline/pipeline/__init__.py index 196e069..1a36f53 100644 --- a/runtime/bamboo-pipeline/pipeline/__init__.py +++ b/runtime/bamboo-pipeline/pipeline/__init__.py @@ -13,4 +13,4 @@ default_app_config = "pipeline.apps.PipelineConfig" -__version__ = "3.29.3" +__version__ = "3.29.4" diff --git a/runtime/bamboo-pipeline/poetry.lock b/runtime/bamboo-pipeline/poetry.lock index 74ebac2..20723f9 100644 --- a/runtime/bamboo-pipeline/poetry.lock +++ b/runtime/bamboo-pipeline/poetry.lock @@ -68,7 +68,7 @@ tests_no_zope = ["hypothesis", "pympler", "pytest (>=4.3.0)", "pytest-xdist", "c [[package]] name = "bamboo-engine" -version = "2.10.2" +version = "2.11.0" 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 b7ef004..36f2fca 100644 --- a/runtime/bamboo-pipeline/pyproject.toml +++ b/runtime/bamboo-pipeline/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bamboo-pipeline" -version = "3.29.3" +version = "3.29.4" description = "runtime for bamboo-engine base on Django and Celery" authors = ["homholueng "] license = "MIT" @@ -16,7 +16,7 @@ requests = "^2.22" django-celery-beat = "^2.1" Mako = "^1.1.4" pytz = "2019.3" -bamboo-engine = "^2.10.2" +bamboo-engine = "^2.11.0" jsonschema = "^2.5.1" ujson = "^4" pyparsing = "^2.2"