From 1e7307e1d02f7d69a3e1b6e6d8c1c7661137af0c Mon Sep 17 00:00:00 2001 From: Elib <73884315+ebattat@users.noreply.github.com> Date: Thu, 26 Sep 2024 23:18:38 +0300 Subject: [PATCH] update paramiko (#903) --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a26caf62..c2dcd023 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ jinja2==3.1.4 myst-parser==1.0.0 openshift-client==1.0.17 pandas -paramiko==3.4.1 +paramiko==3.5.0 prometheus-api-client==0.5.1 PyGitHub==1.55 PyYAML==6.0.1 diff --git a/setup.py b/setup.py index 27966bcb..e6e66696 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ 'openshift-client==1.0.17', # clusterbuster && prometheus metrics 'prometheus-api-client==0.5.1', # clusterbuster && prometheus metrics 'pandas', # required latest - 'paramiko==3.4.1', + 'paramiko==3.5.0', 'PyGitHub==1.55', # update secrets 'PyYAML==6.0.1', 'setuptools', # for python3.12