Skip to content

Commit 820a50e

Browse files
committed
fix(dependencies): update paramiko to version 4.0.0 and ruff to 0.15.12
1 parent b200a49 commit 820a50e

5 files changed

Lines changed: 582 additions & 109 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717
"Programming Language :: Python :: 3.13",
1818
"Topic :: System :: Systems Administration",
1919
]
20-
dependencies = ["paramiko>=3.0.0"]
20+
dependencies = ["paramiko>=4.0.0", "pydantic>=2.13.3"]
2121

2222
[project.urls]
2323
Homepage = "https://github.com/longcipher/shellflow"
@@ -42,7 +42,7 @@ dev = [
4242
"pytest-cov>=7.1.0",
4343
"pytest-asyncio>=1.3.0",
4444
"pytest-benchmark>=5.2.3",
45-
"ruff>=0.15.8",
45+
"ruff>=0.15.12",
4646
"ty>=0.0.32",
4747
"behave>=1.3.3",
4848
"hypothesis>=6.152.2",

0 commit comments

Comments
 (0)