From fa88f3a0b840b6c876a10f125f0294a7b1c9f5a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 18:33:09 +0000 Subject: [PATCH] Bump jsonargparse from 4.42.0 to 4.47.0 Bumps [jsonargparse](https://github.com/omni-us/jsonargparse) from 4.42.0 to 4.47.0. - [Changelog](https://github.com/omni-us/jsonargparse/blob/main/CHANGELOG.rst) - [Commits](https://github.com/omni-us/jsonargparse/compare/v4.42.0...v4.47.0) --- updated-dependencies: - dependency-name: jsonargparse dependency-version: 4.47.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 981f2be..f95bfef 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.47.0", "rich-argparse==1.7.2", "pydantic==2.12.5", ]