diff --git a/runtime/bamboo-pipeline/pipeline/__init__.py b/runtime/bamboo-pipeline/pipeline/__init__.py index ef629d0..cfd024b 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.24.5" +__version__ = "3.24.6" diff --git a/runtime/bamboo-pipeline/poetry.lock b/runtime/bamboo-pipeline/poetry.lock index 6f76435..c65627f 100644 --- a/runtime/bamboo-pipeline/poetry.lock +++ b/runtime/bamboo-pipeline/poetry.lock @@ -635,7 +635,7 @@ six = ">=1.5" [[package]] name = "pytz" -version = "2019.3" +version = "2024.1" description = "World timezone definitions, modern and historical" category = "main" optional = false @@ -811,7 +811,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = ">= 3.6, < 3.8" -content-hash = "eb86a9f33d55c3a3635154ceacfbca4bc6f187e648198008d3ee4021cc21fd66" +content-hash = "6de32405ae96d403759023fdf8eef8037d9e33494765b9990d72606b687d586e" [metadata.files] amqp = [] diff --git a/runtime/bamboo-pipeline/pyproject.toml b/runtime/bamboo-pipeline/pyproject.toml index a3795f1..d3731e9 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.5" +version = "3.24.6" description = "runtime for bamboo-engine base on Django and Celery" authors = ["homholueng "] license = "MIT" @@ -15,7 +15,7 @@ Django = ">=2.2, <5" requests = "^2.22" django-celery-beat = "^2.1" Mako = "^1.1.4" -pytz = "2019.3" +pytz = ">=2019.3" bamboo-engine = "2.6.1" jsonschema = "^2.5.1" ujson = "^4"