From 2dc9d9003d82b63f19ce1b3a577c0b5f99ffa500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 15:17:11 +0000 Subject: [PATCH 1/2] Bump paramiko from 2.7.2 to 2.10.1 Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.7.2 to 2.10.1. - [Release notes](https://github.com/paramiko/paramiko/releases) - [Changelog](https://github.com/paramiko/paramiko/blob/main/NEWS) - [Commits](https://github.com/paramiko/paramiko/compare/2.7.2...2.10.1) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fixed-requirements.txt | 2 +- requirements.txt | 2 +- st2common/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fixed-requirements.txt b/fixed-requirements.txt index 58dc5ed0d0..bfefe6c7fe 100644 --- a/fixed-requirements.txt +++ b/fixed-requirements.txt @@ -36,7 +36,7 @@ decorator==4.4.2 # See https://github.com/StackStorm/st2/issues/4160#issuecomment-394386433 for details oslo.config>=1.12.1,<1.13 oslo.utils<5.0,>=4.0.0 -paramiko==2.7.2 +paramiko==2.10.1 passlib==1.7.4 prompt-toolkit==1.0.15 pyinotify==0.9.6; platform_system=="Linux" diff --git a/requirements.txt b/requirements.txt index 4a31b72f35..d058075cfa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ nose-timer==1.0.1 orjson==3.5.2 oslo.config>=1.12.1,<1.13 oslo.utils<5.0,>=4.0.0 -paramiko==2.7.2 +paramiko==2.10.1 passlib==1.7.4 prettytable==2.1.0 prompt-toolkit==1.0.15 diff --git a/st2common/requirements.txt b/st2common/requirements.txt index e57351d6aa..4dee42488e 100644 --- a/st2common/requirements.txt +++ b/st2common/requirements.txt @@ -29,7 +29,7 @@ mongoengine==0.23.0 networkx>=2.5.1,<2.6 orjson==3.5.2 oslo.config>=1.12.1,<1.13 -paramiko==2.7.2 +paramiko==2.10.1 pyOpenSSL<=21.0.0 pymongo==3.11.3 python-dateutil==2.8.1 From f5364d0284495abfbf35a58e6e3d529c8f82d19e Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Fri, 1 Apr 2022 19:57:04 -0500 Subject: [PATCH 2/2] add changelog entry for paramiko bump --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c4c9856e00..df90efaaec 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -41,6 +41,8 @@ Fixed Contributed by Amanda McGuinness (@amanda11 intive) #5581 +* Updated paramiko version to 2.10.3 to add support for more key verification algorithms. #5600 + Added ~~~~~