From 8d82f25332f22f2f39c5e53031f0b072479e8731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:39:23 +0000 Subject: [PATCH] Bump jsonargparse from 4.42.0 to 4.49.0 Bumps [jsonargparse](https://github.com/omni-us/jsonargparse) from 4.42.0 to 4.49.0. - [Changelog](https://github.com/omni-us/jsonargparse/blob/main/CHANGELOG.rst) - [Commits](https://github.com/omni-us/jsonargparse/compare/v4.42.0...v4.49.0) --- updated-dependencies: - dependency-name: jsonargparse dependency-version: 4.49.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 bfcd0ac..2b10e0f 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.49.0", "rich-argparse==1.7.2", "pydantic==2.13.4", ]