Bump jsonargparse from 4.42.0 to 4.49.0#41
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
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](omni-us/jsonargparse@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] <support@github.com>
17d6266 to
8d82f25
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps jsonargparse from 4.42.0 to 4.49.0.
Changelog
Sourced from jsonargparse's changelog.
... (truncated)
Commits
e6f5801Bump version: 4.48.0 → 4.49.04516866Tests cleanup and include pragma no cover (#912)776f004Detect subconfig loops and print clear error message (#910)a46a976Update pre-commit and actions versions (#908)54bb07dDeprecate enable_path in favor of sub_config(s) to improve naming consistency...4d8afe6Deprecate Path.get_content in favor of a text-only Path.read_text (#906)8bd03a1Add support for Deque and FrozenSet in type hints (#905)cca28bfCache class parsers to improve performance and reduce test suite runtime (#903)c180980Remove no longer necessary code (#902)099bb09Docs now reference methods via the public ArgumentParser class instead of int...