From 76c04defc280fc3ddbdd6baf826136d4bbe07ae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:39:58 +0000 Subject: [PATCH] Update paramiko requirement from ~=2.12.0 to ~=3.5.0 Updates the requirements on [paramiko](https://github.com/paramiko/paramiko) to permit the latest version. - [Commits](https://github.com/paramiko/paramiko/compare/2.12.0...3.5.0) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f5c73d10..44ecd28b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ openstacksdk==0.62 mergedeep~=1.3.4 -paramiko~=2.12.0 +paramiko~=3.5.0 python-cinderclient python-keystoneclient python-novaclient