From 79f823cb040d68633a6735b90c6f4576857ac6cf Mon Sep 17 00:00:00 2001 From: jyejare Date: Tue, 25 Apr 2023 11:57:54 +0530 Subject: [PATCH] Update pyvcloud to fix CVE CVE-2017-18342 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d443c71f..9bf96d44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dependencies = [ "python-neutronclient==6.12.0", "python-novaclient==7.1.2", "python-swiftclient", - "pyvcloud==19.1.2", + "pyvcloud==23.0.4", "pyvmomi>=6.5.0.2017.5.post1", "redfish-client==0.1.0", "requests",