From d18279981403dbfaf191c69450a78a9ff3b02c81 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Thu, 23 Apr 2026 00:33:12 +0000 Subject: [PATCH] [stubsabot] Bump simplejson to 4.1.* Release: https://pypi.org/pypi/simplejson/4.1.0 Homepage: https://github.com/simplejson/simplejson Repository: https://github.com/simplejson/simplejson Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/simplejson Diff: https://github.com/simplejson/simplejson/compare/v3.20.2...v4.1.0 Stubsabot analysis of the diff between the two releases: - 1 public Python file has been added: `tsan_stress_simplejson.py`. - 0 files included in typeshed's stubs have been deleted. - 4 files included in typeshed's stubs have been modified or renamed: `simplejson/__init__.py`, `simplejson/decoder.py`, `simplejson/encoder.py`, `simplejson/scanner.py`. - Total lines of Python code added: 1759. - Total lines of Python code deleted: 219. 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/simplejson/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/simplejson/METADATA.toml b/stubs/simplejson/METADATA.toml index 63c9ff16b4b7..d88621057572 100644 --- a/stubs/simplejson/METADATA.toml +++ b/stubs/simplejson/METADATA.toml @@ -1,2 +1,2 @@ -version = "3.20.*" +version = "4.1.*" upstream-repository = "https://github.com/simplejson/simplejson"