From 28ac8802099ae3795fff20a1d4bf84d28f29918d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 20:02: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.48.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 370d22a..dfff4cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "recurring-ical-events==3.8.2", "requests==2.34.2", "requests-file==3.0.1", - "jsonargparse==4.42.0", + "jsonargparse==4.49.0", "rich-argparse==1.7.2", "pydantic==2.13.4", ]