Skip to content

Commit c7df2dd

Browse files
build(deps): update paramiko requirement from >=3.3.1 to >=5.0.0 (#523)
Updates the requirements on [paramiko](https://github.com/paramiko/paramiko) to permit the latest version. - [Commits](paramiko/paramiko@3.3.1...5.0.0) --- updated-dependencies: - dependency-name: paramiko dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dean Quiñanola <deanq@users.noreply.github.com>
1 parent ef2395e commit c7df2dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ click >= 8.1.7
77
colorama >= 0.4.6, < 0.4.7
88
cryptography >= 48.0.1
99
fastapi[all] >= 0.138.1
10-
paramiko >= 3.3.1
10+
paramiko >= 5.0.0
1111
prettytable >= 3.18.0
1212
psutil >= 5.9.0
1313
py-cpuinfo >= 9.0.0

0 commit comments

Comments
 (0)