From a86115a19ddf2ca57645fea5fb6287fafa1cc1a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 21:11:30 -0400 Subject: [PATCH] [stubsabot] Bump ujson to 5.10.* (#11915) Release: https://pypi.org/pypi/ujson/5.10.0 Homepage: https://github.com/ultrajson/ultrajson Repository: https://github.com/ultrajson/ultrajson Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/ujson Diff: https://github.com/ultrajson/ultrajson/compare/5.9.0...5.10.0 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 0. - Total lines of Python code deleted: 0. --- stubs/ujson/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/ujson/METADATA.toml b/stubs/ujson/METADATA.toml index 0407caaa9..b0b13fe94 100644 --- a/stubs/ujson/METADATA.toml +++ b/stubs/ujson/METADATA.toml @@ -1,2 +1,2 @@ -version = "5.9.*" +version = "5.10.*" upstream_repository = "https://github.com/ultrajson/ultrajson"