Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 7, 2022

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

Changelog

Sourced from jsonargparse[signatures]'s changelog.

v4.13.3 (2022-09-06)

Fixed ^^^^^

  • Failure to parse when subcommand has no options [#158](https://github.com/omni-us/jsonargparse/issues/158) <https://github.com/omni-us/jsonargparse/issues/158>__.
  • Optional packages being imported even though not used.
  • Append to list not working for default_config_files [#157](https://github.com/omni-us/jsonargparse/issues/157) <https://github.com/omni-us/jsonargparse/issues/157>__.

v4.13.2 (2022-08-31)

Fixed ^^^^^

  • Failure to print help when object used as type hint.
  • Failure to parse init args when type hint is union of str and class.
  • Handle change of non-existent file exception type in latest fsspec version.

v4.13.1 (2022-08-05)

Fixed ^^^^^

  • Regression that caused parse to fail when providing init_args from command line and the subclass default set as a dict.

v4.13.0 (2022-08-03)

Added ^^^^^

  • Support setting through command line individual dict items without replacing [#133](https://github.com/omni-us/jsonargparse/issues/133) comment <https://github.com/omni-us/jsonargparse/issues/133#issuecomment-1194305222>__.
  • Support super() with non-immediate method resolution order parameter [#153](https://github.com/omni-us/jsonargparse/issues/153) <https://github.com/omni-us/jsonargparse/issues/153>__.

Fixed ^^^^^

  • Mypy fails to find jsonargparse type hints [#151](https://github.com/omni-us/jsonargparse/issues/151) <https://github.com/omni-us/jsonargparse/issues/151>__.
  • For multiple dict_kwargs command line arguments only the last one was kept.
  • Positional list with subtype causing crash [#154](https://github.com/omni-us/jsonargparse/issues/154) <https://github.com/omni-us/jsonargparse/issues/154>__.

... (truncated)

Commits
  • fdd8642 Bump version: 4.13.2 → 4.13.3
  • 363e05d Fixed append to list not working for default_config_files #157.
  • a0219db Fixed optional packages being imported even though not used.
  • 8be44b3 Fixed failure to parse when subcommand has no options #158.
  • 42a71e8 Fix mypy checks.
  • 32f028d Fix mypy and pylint checks.
  • 7b401af - pylint disable unhashable-member and moved settings to setup.cfg.
  • 2632274 Bump version: 4.13.1 → 4.13.2
  • d4b34d2 Handle change of non-existent file exception type in latest fsspec version.
  • 85afa8b - Failure to print help when object used as type hint.
  • Additional commits viewable in compare view

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 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)

Updates the requirements on [jsonargparse[signatures]](https://github.com/omni-us/jsonargparse) to permit the latest version.
- [Release notes](https://github.com/omni-us/jsonargparse/releases)
- [Changelog](https://github.com/omni-us/jsonargparse/blob/master/CHANGELOG.rst)
- [Commits](omni-us/jsonargparse@v4.12.0...v4.13.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the ci Continuous Integration label Sep 7, 2022
@dependabot dependabot bot requested a review from a team September 7, 2022 16:31
@github-actions github-actions bot added the pl Generic label for PyTorch Lightning package label Sep 7, 2022
@Borda Borda enabled auto-merge (squash) September 7, 2022 16:55
@carmocca
Copy link
Contributor

carmocca commented Sep 7, 2022

This update requires typing updates, as per the failing mypy job. cc @mauvilsa

@mauvilsa
Copy link
Contributor

mauvilsa commented Sep 8, 2022

This update requires typing updates, as per the failing mypy job. cc @mauvilsa

I will look at it.

@Borda Borda closed this in #14653 Sep 12, 2022
auto-merge was automatically disabled September 12, 2022 17:10

Pull request was closed

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 12, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot-pip-requirements-jsonargparse-signatures--gte-4.12.0-and-lt-4.14.0 branch September 12, 2022 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Continuous Integration pl Generic label for PyTorch Lightning package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants