Skip to content

Commit 9880066

Browse files
committed
test(playbooks): rename and move test_sequential.sh to playbooks directory
1 parent d925cf6 commit 9880066

3 files changed

Lines changed: 48 additions & 48 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "shellflow"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "A minimal shell script orchestrator with SSH support"
55
readme = "README.md"
66
license = "Apache-2.0"
@@ -39,11 +39,11 @@ build-backend = "hatchling.build"
3939
[dependency-groups]
4040
dev = [
4141
"pytest>=9.0.1",
42-
"pytest-cov>=7.0.0",
42+
"pytest-cov>=7.1.0",
4343
"pytest-asyncio>=1.3.0",
4444
"pytest-benchmark>=5.2.3",
45-
"ruff>=0.15.5",
46-
"ty>=0.0.21",
45+
"ruff>=0.15.7",
46+
"ty>=0.0.25",
4747
"behave>=1.3.3",
4848
"hypothesis>=6.151.9",
4949
"shellflow",

0 commit comments

Comments
 (0)