From ec4d4354896e47420e8ed86d4c69e1ed42aa3e65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:18:35 +0000 Subject: [PATCH] Bump ujson from 5.10.0 to 5.12.0 Bumps [ujson](https://github.com/ultrajson/ultrajson) from 5.10.0 to 5.12.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/5.10.0...5.12.0) --- updated-dependencies: - dependency-name: ujson dependency-version: 5.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47977f6..3f94401 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ dependencies = [ "types-requests==2.32.4.20250611", "typing-inspection==0.4.1", "typing_extensions==4.15.0", - "ujson==5.10.0", + "ujson==5.12.0", "urllib3==2.6.3", "uvicorn==0.35.0", "zipp==3.23.0",