From b3ad1cacce87ce4c175d8eb0342b8e46d5c027c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:21:42 +0000 Subject: [PATCH] Build(deps): bump ujson in /frameworks/Python/fastpysgi 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] --- frameworks/Python/fastpysgi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/Python/fastpysgi/requirements.txt b/frameworks/Python/fastpysgi/requirements.txt index b13701144b7..f2bfd3329f5 100644 --- a/frameworks/Python/fastpysgi/requirements.txt +++ b/frameworks/Python/fastpysgi/requirements.txt @@ -1,5 +1,5 @@ fastpysgi==0.2 -ujson==5.10.0 +ujson==5.12.0 asyncpg==0.30.0 jinja2==3.1.6 cachetools==5.3.0