You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2022/03/05 11:24:43 UTC

[libcloud] 04/05: Update version of paramiko which is used for tests.

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

commit 0734e95f5867dcc0ab2a841515238d926582edb8
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Mar 5 12:23:01 2022 +0100

    Update version of paramiko which is used for tests.
---
 tox.ini | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tox.ini b/tox.ini
index ef0a782..e7d4e0f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -234,7 +234,7 @@ commands =
 deps = -r{toxinidir}/requirements-tests.txt
        bottle
        fasteners
-       paramiko==2.8.0
+       paramiko==2.9.2
        pysphere
 setenv =
     PYTHONPATH={toxinidir}
@@ -320,7 +320,7 @@ commands = pytest -rsx -vvv --capture=tee-sys -o log_cli=True --durations=10 int
 [testenv:coverage]
 deps =
     -r{toxinidir}/requirements-tests.txt
-    paramiko==2.8.0
+    paramiko==2.9.2
     pyopenssl==21.0.0
     python-dateutil
     libvirt-python==7.9.0
@@ -334,7 +334,7 @@ commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
 passenv = TERM TOXENV CI GITHUB_*
 deps =
     -r{toxinidir}/requirements-tests.txt
-    paramiko==2.8.0
+    paramiko==2.9.2
     pyopenssl==21.0.0
     libvirt-python==7.9.0
     fasteners