Skip to content

Commit

Permalink
Update dependency arcaflow-plugin-sdk to v0.14.0 (#82)
Browse files Browse the repository at this point in the history
* Update dependency arcaflow-plugin-sdk to v0.14.0

Signed-off-by: Platform Engineering Bot <platform-engineering@redhat.com>

* poetry update

---------

Signed-off-by: Platform Engineering Bot <platform-engineering@redhat.com>
Co-authored-by: Dustin Black <dblack@redhat.com>
  • Loading branch information
platform-engineering-bot and dustinblack committed May 13, 2024
1 parent 4442796 commit d195cd9
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 46 deletions.
88 changes: 44 additions & 44 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit d195cd9

Please sign in to comment.