From 6c8eeaffd702fad3eb1d0d853717acb97555be3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 01:03:34 +0000 Subject: [PATCH 1/2] build(deps): update jsonargparse[jsonnet,signatures] requirement Updates the requirements on [jsonargparse[jsonnet,signatures]](https://github.com/omni-us/jsonargparse) to permit the latest version. - [Changelog](https://github.com/omni-us/jsonargparse/blob/main/CHANGELOG.rst) - [Commits](https://github.com/omni-us/jsonargparse/compare/v4.39.0...v4.43.0) --- updated-dependencies: - dependency-name: jsonargparse[jsonnet,signatures] dependency-version: 4.43.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/pytorch/extra.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pytorch/extra.txt b/requirements/pytorch/extra.txt index b9c4a1f4d0e77..1cce724ab1485 100644 --- a/requirements/pytorch/extra.txt +++ b/requirements/pytorch/extra.txt @@ -5,7 +5,7 @@ matplotlib>3.1, <3.11.0 omegaconf >=2.2.3, <2.4.0 hydra-core >=1.2.0, <1.4.0 -jsonargparse[signatures,jsonnet] >=4.39.0, <4.43.0 +jsonargparse[signatures,jsonnet] >=4.39.0, <4.44.0 rich >=12.3.0, <14.3.0 tensorboardX >=2.2, <2.7.0 # min version is set by torch.onnx missing attribute bitsandbytes >=0.45.2,<0.47.0; platform_system != "Darwin" From 826e26019fb078c333a3e3cdd57a8eba085a21b5 Mon Sep 17 00:00:00 2001 From: bhimrazy Date: Tue, 25 Nov 2025 13:43:27 +0545 Subject: [PATCH 2/2] re-trigger: to also cover all the missed tests