From 484e60c3a39d781c8e31c3c611fa7dbeacbc1508 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 18:05:30 +0000 Subject: [PATCH] Bump paramiko from 3.0.0 to 3.3.1 Bumps [paramiko](https://github.com/paramiko/paramiko) from 3.0.0 to 3.3.1. - [Commits](https://github.com/paramiko/paramiko/compare/3.0.0...3.3.1) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-lint.txt | 2 +- requirements-tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-lint.txt b/requirements-lint.txt index a027393cbd..b01803237a 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -9,4 +9,4 @@ pyupgrade==3.3.1 rstcheck==6.1.2; python_version >= '3.7' requests>=2.27.1 -paramiko==3.0.0; platform_python_implementation != 'PyPy' +paramiko==3.3.1; platform_python_implementation != 'PyPy' diff --git a/requirements-tests.txt b/requirements-tests.txt index ac7d68b62e..9f1d56a563 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -14,5 +14,5 @@ more-itertools==9.0.0 # Required by subset of tests fasteners -paramiko==3.0.0; platform_python_implementation != 'PyPy' +paramiko==3.3.1; platform_python_implementation != 'PyPy' libvirt-python==9.0.0