Skip to content

Commit 61306e6

Browse files
Update dependency arcaflow-plugin-sdk to v0.14.0
Signed-off-by: Platform Engineering Bot <[email protected]>
1 parent 89ec6db commit 61306e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.9"
14-
arcaflow-plugin-sdk = "^0.13.0"
14+
arcaflow-plugin-sdk = "^0.14.0"
1515

1616
[tool.poetry.dev-dependencies]
1717
docformatter = "^1.5.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
arcaflow-plugin-sdk==0.13.0 ; python_version >= "3.9" and python_version < "4.0"
1+
arcaflow-plugin-sdk==0.14.0 ; python_version >= "3.9" and python_version < "4.0"
22
cbor2==5.6.3 ; python_version >= "3.9" and python_version < "4.0"
33
pyyaml==6.0.1 ; python_version >= "3.9" and python_version < "4.0"

0 commit comments

Comments
 (0)