From 601ceac7e53a762ae85d33a7a9b5f95e9052d9ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:27:45 +0000 Subject: [PATCH] chore(deps): bump ujson in /hierarchical_attention_research/han_model Bumps [ujson](https://github.com/ultrajson/ultrajson) from 5.4.0 to 5.12.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/5.4.0...5.12.0) --- updated-dependencies: - dependency-name: ujson dependency-version: 5.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- hierarchical_attention_research/han_model/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hierarchical_attention_research/han_model/requirements.txt b/hierarchical_attention_research/han_model/requirements.txt index f7884413..f7da3b2f 100644 --- a/hierarchical_attention_research/han_model/requirements.txt +++ b/hierarchical_attention_research/han_model/requirements.txt @@ -16,5 +16,5 @@ termcolor==1.1.0 thinc==6.10.2 toolz==0.9.0 tqdm==4.22.0 -ujson==5.4.0 +ujson==5.12.0 wrapt==1.10.11