From b088625f9c3d6bec4cb6e2ad397bc2433344e0b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 18:01:53 +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 b3de16d365..c7675fc84a 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 f193739124..63986c35d4 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