You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by mi...@apache.org on 2021/03/10 08:37:44 UTC

[libcloud] branch trunk updated: Fix: #1567

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

micafer 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 fb6fc10  Fix: #1567
     new 6bac710  Merge pull request #1568 from micafer/fix_tox_libvirt
fb6fc10 is described below

commit fb6fc109f09056e839c2452461a54cbffa4de588
Author: Miguel Caballer <mi...@upv.es>
AuthorDate: Wed Mar 10 09:08:58 2021 +0100

    Fix: #1567
---
 tox.ini | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tox.ini b/tox.ini
index 4403ee1..e633fc3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -224,7 +224,7 @@ deps =
     paramiko==2.7.1
     pyopenssl==19.1.0
     python-dateutil
-    libvirt-python==5.9.0
+    libvirt-python==5.10.0
     fasteners
 setenv =
   CRYPTOGRAPHY_ALLOW_OPENSSL_102=1
@@ -237,7 +237,7 @@ deps =
     -r{toxinidir}/requirements-tests.txt
     paramiko==2.7.1
     pyopenssl==19.1.0
-    libvirt-python==5.9.0
+    libvirt-python==5.10.0
     fasteners
 setenv =
   CRYPTOGRAPHY_ALLOW_OPENSSL_102=1