From 9532bb48a2427f84bb3a240f01d7eb252dbd6db0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 14:36:16 +0000 Subject: [PATCH] Bump jsonargparse from 4.42.0 to 4.46.0 Bumps [jsonargparse](https://github.com/omni-us/jsonargparse) from 4.42.0 to 4.46.0. - [Changelog](https://github.com/omni-us/jsonargparse/blob/main/CHANGELOG.rst) - [Commits](https://github.com/omni-us/jsonargparse/compare/v4.42.0...v4.46.0) --- updated-dependencies: - dependency-name: jsonargparse dependency-version: 4.46.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 065ea1b..3303f77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">=3.10" dependencies = [ "pye3dc==0.10.0", "tzlocal==5.3.1", - "jsonargparse==4.42.0", + "jsonargparse==4.46.0", "rich-argparse==1.7.2", "pydantic==2.12.5", ]