We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d925cf6 commit 9880066Copy full SHA for 9880066
3 files changed
test_sequential.sh playbooks/test_sequential.shtest_sequential.sh renamed to playbooks/test_sequential.sh
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "shellflow"
3
-version = "0.2.2"
+version = "0.2.3"
4
description = "A minimal shell script orchestrator with SSH support"
5
readme = "README.md"
6
license = "Apache-2.0"
@@ -39,11 +39,11 @@ build-backend = "hatchling.build"
39
[dependency-groups]
40
dev = [
41
"pytest>=9.0.1",
42
- "pytest-cov>=7.0.0",
+ "pytest-cov>=7.1.0",
43
"pytest-asyncio>=1.3.0",
44
"pytest-benchmark>=5.2.3",
45
- "ruff>=0.15.5",
46
- "ty>=0.0.21",
+ "ruff>=0.15.7",
+ "ty>=0.0.25",
47
"behave>=1.3.3",
48
"hypothesis>=6.151.9",
49
"shellflow",
0 commit comments