From 5a1993a5edc99a331fe382cb9d3a8bac960718d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 02:26:59 +0000 Subject: [PATCH] Bump paramiko from 2.7.2 to 3.4.0 Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.7.2 to 3.4.0. - [Commits](https://github.com/paramiko/paramiko/compare/2.7.2...3.4.0) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ServerMonPy.egg-info/requires.txt | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ServerMonPy.egg-info/requires.txt b/ServerMonPy.egg-info/requires.txt index 92da82e..675d602 100644 --- a/ServerMonPy.egg-info/requires.txt +++ b/ServerMonPy.egg-info/requires.txt @@ -1,2 +1,2 @@ -paramiko==2.8.0 +paramiko==3.4.0 psutil==5.8.0 diff --git a/requirements.txt b/requirements.txt index 463126c..fe6436f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -paramiko==2.7.2 +paramiko==3.4.0 psutil==5.8.0 datetime==4.3 diff --git a/setup.py b/setup.py index 75257f4..86f71fd 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ # List of project dependencies REQUIREMENTS = [ - "paramiko==2.8.0", + "paramiko==3.4.0", "psutil==5.8.0", ]