From c87fba1f83d961a1c086888fcd3d8f522a91479a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:09:02 +0000 Subject: [PATCH] chore(deps): bump ujson from 5.11.0 to 5.12.0 in /backend Bumps [ujson](https://github.com/ultrajson/ultrajson) from 5.11.0 to 5.12.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/5.11.0...5.12.0) --- updated-dependencies: - dependency-name: ujson dependency-version: 5.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index c61c4c5..c8188fd 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -49,7 +49,7 @@ nltk==3.9.4 # ── Utilities ───────────────────────────────────────────────── python-dateutil==2.9.0 orjson==3.11.6 -ujson==5.11.0 +ujson==5.12.0 filelock==3.29.0 werkzeug==3.1.6 pillow==12.1.1