This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 2b1b3d401 Update paramiko version used in the tests.
2b1b3d401 is described below

commit 2b1b3d4012222509f75eff4dc4127e4523e1829c
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Jul 31 21:53:27 2023 +0200

    Update paramiko version used in the tests.
---
 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 a027393cb..b01803237 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 ac7d68b62..9f1d56a56 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

Reply via email to