From e56800cf61d5dfb38374adbf35f05e0e01d975f9 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Wed, 25 Mar 2026 00:23:22 +0000 Subject: [PATCH] [stubsabot] Bump jsonnet to 0.22.* Release: https://pypi.org/pypi/jsonnet/0.22.0 Repository: https://github.com/google/jsonnet Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/jsonnet Diff: https://github.com/google/jsonnet/compare/v0.21.0...v0.22.0 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 28. - Total lines of Python code deleted: 9. 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 --- stubs/jsonnet/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/jsonnet/METADATA.toml b/stubs/jsonnet/METADATA.toml index ee234e839059..504213fad115 100644 --- a/stubs/jsonnet/METADATA.toml +++ b/stubs/jsonnet/METADATA.toml @@ -1,2 +1,2 @@ -version = "0.21.*" +version = "0.22.*" upstream_repository = "https://github.com/google/jsonnet"