From 21f26ab4f36cbbc8a29113234e3c7d0690f66ced Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 10:12:24 +0000 Subject: [PATCH] [stubsabot] Bump pyvmomi to 8.0.* (#9271) Release: https://pypi.org/pypi/pyvmomi/8.0.0.1 Homepage: https://github.com/vmware/pyvmomi Diff: https://github.com/vmware/pyvmomi/compare/v7.0.3...v8.0.0.1 Stubsabot analysis of the diff between the two releases: - 3 public Python files have been added: `pyVmomi/Feature.py`, `pyVmomi/Security.py`, `pyVmomi/VmomiJSONEncoder.py`. - 0 files included in typeshed's stubs have been deleted. - 1 file included in typeshed's stubs has been modified or renamed: `pyVmomi/__init__.py`. - Total lines of Python code added: 6229. - Total lines of Python code deleted: 5341. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI Co-authored-by: stubsabot <> --- stubs/pyvmomi/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/pyvmomi/METADATA.toml b/stubs/pyvmomi/METADATA.toml index 8c3fa4d21..629f910b2 100644 --- a/stubs/pyvmomi/METADATA.toml +++ b/stubs/pyvmomi/METADATA.toml @@ -1 +1 @@ -version = "7.0.*" +version = "8.0.*"