From f27e3865e8563f3bed739e64321279bdb300136d Mon Sep 17 00:00:00 2001 From: redhat-renovate-bot Date: Mon, 11 Nov 2024 01:22:53 +0100 Subject: [PATCH] Update dependency arcaflow-plugin-sdk to v0.14.3 Signed-off-by: redhat-renovate-bot --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6941335..d738c7f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,14 +1,14 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "arcaflow-plugin-sdk" -version = "0.14.2" +version = "0.14.3" description = "Plugin SDK for Python for the Arcaflow workflow engine" optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "arcaflow_plugin_sdk-0.14.2-py3-none-any.whl", hash = "sha256:9408c720de08ee3f09b0b38648f4e33ee94c8a624d9dad01dca55f1249476c15"}, - {file = "arcaflow_plugin_sdk-0.14.2.tar.gz", hash = "sha256:7c6ff03b1392cfef154873b11b4c607f73350eb19a04c081c146c2577b8fd172"}, + {file = "arcaflow_plugin_sdk-0.14.3-py3-none-any.whl", hash = "sha256:53eb69114753854a2774265b9a262d900b1cce90eec8f1e585d209820c07f71d"}, + {file = "arcaflow_plugin_sdk-0.14.3.tar.gz", hash = "sha256:496e9fba5931d4957bddfcc15286d4ab51b780d48fbd6955d97dfea45eac8a1b"}, ] [package.dependencies] @@ -611,4 +611,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "6de650e93bbdc56cb1ee47e07be0d01cce0ce530a39803ddb015e810894b1f87" +content-hash = "a26056268b35d6a9c0818a4fb59471bc9a0053020b34bf012ae6fddf7a00168a" diff --git a/pyproject.toml b/pyproject.toml index 0ba0227..5b2c89d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.9" -arcaflow-plugin-sdk = "0.14.2" +arcaflow-plugin-sdk = "0.14.3" opensearch-py = "^2.0.0" certifi = "^2024.0.0" # workaround for: https://github.com/python-poetry/poetry-plugin-export/issues/183