Skip to content

Commit bc6785d

Browse files
committed
feat(pkg): update shellflow and dependencies to version 0.3.0
1 parent 8d66aab commit bc6785d

2 files changed

Lines changed: 43 additions & 43 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "shellflow"
3-
version = "0.2.6"
3+
version = "0.3.0"
44
description = "A minimal shell script orchestrator with SSH support"
55
readme = "README.md"
66
license = "Apache-2.0"
@@ -42,8 +42,8 @@ dev = [
4242
"pytest-cov>=7.1.0",
4343
"pytest-asyncio>=1.3.0",
4444
"pytest-benchmark>=5.2.3",
45-
"ruff>=0.15.7",
46-
"ty>=0.0.25",
45+
"ruff>=0.15.8",
46+
"ty>=0.0.26",
4747
"behave>=1.3.3",
4848
"hypothesis>=6.151.9",
4949
"shellflow",

0 commit comments

Comments
 (0)