From be4bfd660e8661b3d668a417ea622aaeab6305ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 00:25:56 +0000 Subject: [PATCH] [stubsabot] Bump google-cloud-ndb to 1.12.* (#9307) Release: https://pypi.org/pypi/google-cloud-ndb/1.12.0 Homepage: https://github.com/googleapis/python-ndb Diff: https://github.com/googleapis/python-ndb/compare/v1.11.2...v1.12.0 Stubsabot analysis of the diff between the two releases: - 1 public Python file has been added: `.kokoro/noxfile.py`. - 0 files included in typeshed's stubs have been deleted. - 6 files included in typeshed's stubs have been modified or renamed: `google/cloud/ndb/_datastore_api.py`, `google/cloud/ndb/context.py`, `google/cloud/ndb/django_middleware.py`, `google/cloud/ndb/model.py`, `google/cloud/ndb/msgprop.py`, `google/cloud/ndb/tasklets.py`. - Total lines of Python code added: 377. - Total lines of Python code deleted: 63. 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/google-cloud-ndb/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/google-cloud-ndb/METADATA.toml b/stubs/google-cloud-ndb/METADATA.toml index ea08a7bb3..433d32406 100644 --- a/stubs/google-cloud-ndb/METADATA.toml +++ b/stubs/google-cloud-ndb/METADATA.toml @@ -1,2 +1,2 @@ -version = "1.11.*" +version = "1.12.*" requires = []