diff options
author | terminaldweller <devi@terminaldweller.com> | 2023-03-24 13:44:29 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2023-03-24 13:44:29 +0000 |
commit | 17b15dfcebce7537e411ef69f6493c8ab1f49544 (patch) | |
tree | 9295dca8bc19cbc89b570a37b8fb8a1be191c334 /poetry.lock | |
parent | fixed the main function so poetry build actually works correctly (diff) | |
download | virttop-17b15dfcebce7537e411ef69f6493c8ab1f49544.tar.gz virttop-17b15dfcebce7537e411ef69f6493c8ab1f49544.zip |
fixed the help option, fixed some breakages, some operations are now async, updated the readme
Diffstat (limited to '')
-rw-r--r-- | poetry.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poetry.lock b/poetry.lock index d7b6a32..bb5ab8b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -8,7 +8,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [[package]] name = "libvirt-python" -version = "9.0.0" +version = "9.1.0" description = "The libvirt virtualization API python binding" category = "main" optional = false @@ -25,5 +25,5 @@ defusedxml = [ {file = "defusedxml-0.7.1.tar.gz", hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69"}, ] libvirt-python = [ - {file = "libvirt-python-9.0.0.tar.gz", hash = "sha256:49702d33fa8cbcae19fa727467a69f7ae2241b3091324085ca1cc752b2b414ce"}, + {file = "libvirt-python-9.1.0.tar.gz", hash = "sha256:6f98d235db975a33ff5e6fc09be566a00d22398039d411f34220384c05590ba4"}, ] |