Skip to content

Commit d195cd9

Browse files
Update dependency arcaflow-plugin-sdk to v0.14.0 (#82)
* Update dependency arcaflow-plugin-sdk to v0.14.0 Signed-off-by: Platform Engineering Bot <[email protected]> * poetry update --------- Signed-off-by: Platform Engineering Bot <[email protected]> Co-authored-by: Dustin Black <[email protected]>
1 parent 4442796 commit d195cd9

File tree

3 files changed

+46
-46
lines changed

3 files changed

+46
-46
lines changed

poetry.lock

Lines changed: 44 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)