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

build(deps): update jsonargparse[signatures] requirement from <=4.22.1,>4.0.0 to >4.0.0,<4.25 in /requirements #1070

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2023

Updates the requirements on jsonargparse[signatures] to permit the latest version.

Changelog

Sourced from jsonargparse[signatures]'s changelog.

v4.24.1 (2023-09-06)

Fixed ^^^^^

  • Remove private linked_targets parameter from API Reference ([#317](https://github.com/omni-us/jsonargparse/issues/317) <https://github.com/omni-us/jsonargparse/issues/317>__).
  • Dataclass nested in list not setting defaults ([#357](https://github.com/omni-us/jsonargparse/issues/357) <https://github.com/omni-us/jsonargparse/issues/357>__)
  • AST resolver kwargs.pop() with conflicting defaults not setting the conditional default ([#362](https://github.com/omni-us/jsonargparse/issues/362) <https://github.com/omni-us/jsonargparse/issues/362>__).
  • ActionJsonSchema not setting correctly defaults when schema uses oneOf.
  • Recommended print_config steps not working when default_config_files used due to the config file initially being empty ([#367](https://github.com/omni-us/jsonargparse/issues/367) <https://github.com/omni-us/jsonargparse/issues/367>__).

v4.24.0 (2023-08-23)

Added ^^^^^

  • New option in dump for including link targets.
  • Support decimal.Decimal as a type.
  • CLI now accepts components as a dict, such that the keys define names of the subcommands ([#334](https://github.com/omni-us/jsonargparse/issues/334) <https://github.com/omni-us/jsonargparse/issues/334>__).
  • Resolve types that use TYPE_CHECKING blocks ([#337](https://github.com/omni-us/jsonargparse/issues/337) comment <https://github.com/omni-us/jsonargparse/issues/337#issuecomment-1665055459>__).
  • Improved resolving of nested forward references in types.
  • The ext_vars for an ActionJsonnet argument can now have a default.
  • New method ArgumentParser.add_instantiator that enables developers to implement custom instantiation ([#170](https://github.com/omni-us/jsonargparse/issues/170) <https://github.com/omni-us/jsonargparse/issues/170>__).

Deprecated ^^^^^^^^^^

  • ActionJsonnetExtVars is deprecated and will be removed in v5.0.0. Instead use type=dict.

v4.23.1 (2023-08-04)

Fixed ^^^^^

  • save fails when a link target is a required parameter nested in a subclass ([#332](https://github.com/omni-us/jsonargparse/issues/332) <https://github.com/omni-us/jsonargparse/issues/332>__).

... (truncated)

Commits
  • 826d786 Bump version: 4.24.0 → 4.24.1
  • 7be0139 Fix recommended print_config steps not working when default_config_files used...
  • 6ed515b Fix ActionJsonSchema not setting correctly defaults when schema uses oneOf.
  • 4148f4e Fix AST resolver kwargs.pop() with conflicting defaults not setting the condi...
  • cd165e9 Fix dataclass nested in a list not setting defaults (#357).
  • 323b4a5 Remove private linked_targets parameter from API Reference (#317).
  • 8356fdf Bump version: 4.23.1 → 4.24.0
  • fdbfe3b Added new method ArgumentParser.add_instantiator that enables developers to i...
  • 5798fe3 Fix sphinx including unexpected items in public API.
  • 06e1b9b Deprecate action=ActionJsonnetExtVars in favor of type=dict.
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

📚 Documentation preview 📚: https://lightning-bolts--1070.org.readthedocs.build/en/1070/

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [jsonargparse[signatures]](https://github.com/omni-us/jsonargparse) to permit the latest version.
- [Changelog](https://github.com/omni-us/jsonargparse/blob/main/CHANGELOG.rst)
- [Commits](omni-us/jsonargparse@v4.0.1...v4.24.1)

---
updated-dependencies:
- dependency-name: jsonargparse[signatures]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
requirements/test.txt Outdated Show resolved Hide resolved
@Borda Borda changed the title build(deps): update jsonargparse[signatures] requirement from <=4.22.1,>4.0.0 to >4.0.0,<=4.24.1 in /requirements build(deps): update jsonargparse[signatures] requirement from <=4.22.1,>4.0.0 to >4.0.0,<4.25 in /requirements Sep 11, 2023
@Borda Borda enabled auto-merge (squash) September 11, 2023 13:33
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 25, 2023

A newer version of jsonargparse[signatures] exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/cd Continues Integration and delivery
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant