From d58887be38c1e997b41d74ef48d01f3f23aaa5ef Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Wed, 12 Aug 2026 00:20:24 +0000 Subject: [PATCH] [stubsabot] Bump ibm-db to 3.3.0 Release: https://pypi.org/pypi/ibm-db/3.3.0 Homepage: http://pypi.python.org/pypi/ibm_db/ Repository: https://github.com/ibmdb/python-ibmdb Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/ibm-db Diff: https://github.com/ibmdb/python-ibmdb/compare/v3.2.9...v3.3.0 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 1 file included in typeshed's stubs has been modified or renamed: `ibm_db_ctx.py`. - Total lines of Python code added: 6122. - Total lines of Python code deleted: 160. 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/ibm-db/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/ibm-db/METADATA.toml b/stubs/ibm-db/METADATA.toml index a77703ca345a..a39a4ef3eacb 100644 --- a/stubs/ibm-db/METADATA.toml +++ b/stubs/ibm-db/METADATA.toml @@ -1,2 +1,2 @@ -version = "3.2.9" +version = "3.3.0" upstream-repository = "https://github.com/ibmdb/python-ibmdb"