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 26f07ac1a Update paramiko dependency used by tests and other tox 
targets.
26f07ac1a is described below

commit 26f07ac1a28b35953b84c592d6476bf65e5aacf7
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Jul 23 16:23:32 2022 +0200

    Update paramiko dependency used by tests and other tox targets.
---
 tox.ini | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/tox.ini b/tox.ini
index e0a2da681..811b32e02 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,6 +9,7 @@ passenv = TERM CI GITHUB_* DOCKER_*
 deps =
     -r{toxinidir}/requirements-tests.txt
     fasteners
+    paramiko==2.11.0
     libvirt-python==7.9.0
 basepython =
     pypypy3: pypy3
@@ -236,7 +237,7 @@ commands =
 deps = -r{toxinidir}/requirements-tests.txt
        bottle
        fasteners
-       paramiko==2.9.2
+       paramiko==2.11.0
        pysphere
 setenv =
     PYTHONPATH={toxinidir}
@@ -322,7 +323,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.9.2
+    paramiko==2.11.0
     pyopenssl==22.0.0
     python-dateutil
     libvirt-python==7.9.0
@@ -336,7 +337,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.9.2
+    paramiko==2.11.0
     pyopenssl==22.0.0
     libvirt-python==7.9.0
     fasteners

Reply via email to