chore(deps): update dependency jsonargparse to v4.33.2 #203

Open
renovate[bot] wants to merge 1 commit from renovate/jsonargparse-4.x into main
renovate[bot] commented 2022-03-07 10:06:11 +01:00 (Migrated from github.com)

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jsonargparse (changelog) ==4.32.0 -> ==4.33.2 age adoption passing confidence

Release Notes

omni-us/jsonargparse (jsonargparse)

v4.33.2

Compare Source

Fixed
^^^^^

  • Fix parse_argv_item to address the behavior change in argparse since
    Python 3.12.7 (#&#8203;591 <https://github.com/omni-us/jsonargparse/pull/591>__).

v4.33.1

Compare Source

Fixed
^^^^^

  • Use jsonnet-sdist for python 3.13 to be allowed to push package to pypi
    (#&#8203;584 <https://github.com/omni-us/jsonargparse/pull/584>__).

v4.32.1

Compare Source

Fixed
^^^^^

  • dict types not correctly forwarding previous nested values when parsing
    (#&#8203;559 <https://github.com/omni-us/jsonargparse/pull/559>__).
  • List type incorrectly using defaults from previous item (#&#8203;560 <https://github.com/omni-us/jsonargparse/pull/560>__).
  • --print_shtab not adding file completer for _ActionConfigLoad (#&#8203;562 <https://github.com/omni-us/jsonargparse/pull/562>__).
  • parser_mode not inherited by nested parsers (#&#8203;564 <https://github.com/omni-us/jsonargparse/pull/564>__).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jsonargparse](https://redirect.github.com/omni-us/jsonargparse) ([changelog](https://jsonargparse.readthedocs.io/en/stable/changelog.html)) | `==4.32.0` -> `==4.33.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/jsonargparse/4.33.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/jsonargparse/4.33.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/jsonargparse/4.32.0/4.33.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/jsonargparse/4.32.0/4.33.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>omni-us/jsonargparse (jsonargparse)</summary> ### [`v4.33.2`](https://redirect.github.com/omni-us/jsonargparse/blob/HEAD/CHANGELOG.rst#v4332-2024-10-07) [Compare Source](https://redirect.github.com/omni-us/jsonargparse/compare/v4.33.1...v4.33.2) Fixed ^^^^^ - Fix `parse_argv_item` to address the behavior change in `argparse` since Python 3.12.7 (`#&#8203;591 <https://github.com/omni-us/jsonargparse/pull/591>`\__). ### [`v4.33.1`](https://redirect.github.com/omni-us/jsonargparse/blob/HEAD/CHANGELOG.rst#v4331-2024-09-26) [Compare Source](https://redirect.github.com/omni-us/jsonargparse/compare/v4.32.1...v4.33.1) Fixed ^^^^^ - Use `jsonnet-sdist` for python 3.13 to be allowed to push package to pypi (`#&#8203;584 <https://github.com/omni-us/jsonargparse/pull/584>`\__). ### [`v4.32.1`](https://redirect.github.com/omni-us/jsonargparse/blob/HEAD/CHANGELOG.rst#v4321-2024-08-23) [Compare Source](https://redirect.github.com/omni-us/jsonargparse/compare/v4.32.0...v4.32.1) Fixed ^^^^^ - `dict` types not correctly forwarding previous nested values when parsing (`#&#8203;559 <https://github.com/omni-us/jsonargparse/pull/559>`\__). - `List` type incorrectly using defaults from previous item (`#&#8203;560 <https://github.com/omni-us/jsonargparse/pull/560>`\__). - `--print_shtab` not adding file completer for `_ActionConfigLoad` (`#&#8203;562 <https://github.com/omni-us/jsonargparse/pull/562>`\__). - `parser_mode` not inherited by nested parsers (`#&#8203;564 <https://github.com/omni-us/jsonargparse/pull/564>`\__). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Solvik/netbox-agent). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjIuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/jsonargparse-4.x:renovate/jsonargparse-4.x
git checkout renovate/jsonargparse-4.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff renovate/jsonargparse-4.x
git checkout renovate/jsonargparse-4.x
git rebase main
git checkout main
git merge --ff-only renovate/jsonargparse-4.x
git checkout renovate/jsonargparse-4.x
git rebase main
git checkout main
git merge --no-ff renovate/jsonargparse-4.x
git checkout main
git merge --squash renovate/jsonargparse-4.x
git checkout main
git merge --ff-only renovate/jsonargparse-4.x
git checkout main
git merge renovate/jsonargparse-4.x
git push origin main
Sign in to join this conversation.
No description provided.