Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jsonargparse from 4.36.0 to 4.37.0 #228

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps jsonargparse from 4.36.0 to 4.37.0.

Changelog

Sourced from jsonargparse's changelog.

v4.37.0 (2025-02-14)

Added ^^^^^

  • Experimental support for sub-classing ArgumentParser to customize add_argument ([#661](https://github.com/omni-us/jsonargparse/issues/661) <https://github.com/omni-us/jsonargparse/pull/661>__).

Fixed ^^^^^

  • Incorrect instantiation order when instantiation targets share a parent ([#662](https://github.com/omni-us/jsonargparse/issues/662) <https://github.com/omni-us/jsonargparse/pull/662>__).
  • Pydantic discriminated unions handled incorrectly ([#667](https://github.com/omni-us/jsonargparse/issues/667) <https://github.com/omni-us/jsonargparse/pull/667>__).
  • Failure when a link target has an undefined parent ([#668](https://github.com/omni-us/jsonargparse/issues/668) <https://github.com/omni-us/jsonargparse/pull/668>__)
  • Functions that create types now have TypeAlias return type to avoid mypy errors ([#671](https://github.com/omni-us/jsonargparse/issues/671) <https://github.com/omni-us/jsonargparse/pull/671>__).
  • String parsing regressions ([#673](https://github.com/omni-us/jsonargparse/issues/673) <https://github.com/omni-us/jsonargparse/pull/673>, [#674](https://github.com/omni-us/jsonargparse/issues/674) <https://github.com/omni-us/jsonargparse/pull/674>).
  • Regression when using old CLI and inferring components from the local context ([#676](https://github.com/omni-us/jsonargparse/issues/676) <https://github.com/omni-us/jsonargparse/pull/676>__).
Commits
  • 6879090 Bump version: 4.36.0 → 4.37.0
  • aabe118 Update action and pre-commit versions (#677)
  • 9ad1b61 Fix regression when using old CLI and inferring components from the local con...
  • 63f4505 Fix sonarcloud if condition
  • 3aa7f09 Environment for each job that needs a secret and skip PR from forks
  • 5d0d9d9 Fix string parsing regressions (#674)
  • a23134f Always require approval
  • 78ce78b Avoid skip jobs when running on main
  • 6a66751 In workflow steps that require secrets, use an environment that requires appr...
  • 26b17d4 Added verification for strings that contain digits and a starting or ending '...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [jsonargparse](https://github.com/omni-us/jsonargparse) from 4.36.0 to 4.37.0.
- [Changelog](https://github.com/omni-us/jsonargparse/blob/main/CHANGELOG.rst)
- [Commits](omni-us/jsonargparse@v4.36.0...v4.37.0)

---
updated-dependencies:
- dependency-name: jsonargparse
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants