From a3dc223c2217172bb697d110a895b13c5a09c9c7 Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot Date: Mon, 6 May 2024 02:07:55 +0200 Subject: [PATCH] Update dependency arcaflow-plugin-sdk to v0.14.0 Signed-off-by: Platform Engineering Bot --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 583b794..2f969f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.9" -arcaflow-plugin-sdk = "^0.13.0" +arcaflow-plugin-sdk = "^0.14.0" [tool.poetry.dev-dependencies] docformatter = "^1.5.0" diff --git a/requirements.txt b/requirements.txt index 24d8706..b934a6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -arcaflow-plugin-sdk==0.13.0 ; python_version >= "3.9" and python_version < "4.0" +arcaflow-plugin-sdk==0.14.0 ; python_version >= "3.9" and python_version < "4.0" cbor2==5.6.3 ; python_version >= "3.9" and python_version < "4.0" pyyaml==6.0.1 ; python_version >= "3.9" and python_version < "4.0"