Skip to content

Commit a746d0a

Browse files
Update paramiko requirement from >=3.0 to >=4.0.0
Updates the requirements on [paramiko](https://github.com/paramiko/paramiko) to permit the latest version. - [Commits](paramiko/paramiko@3.0.0...4.0.0) --- updated-dependencies: - dependency-name: paramiko dependency-version: 4.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent da35264 commit a746d0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ develop = [
5555

5656
hetzner = [
5757
"hcloud>=2.19.0",
58-
"paramiko>=3.0",
58+
"paramiko>=4.0.0",
5959
]
6060

6161
[project.scripts]

0 commit comments

Comments
 (0)