Skip to content

fix(deps): update dependency cappa to >=0.32,<0.33#45

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cappa-0.x
Open

fix(deps): update dependency cappa to >=0.32,<0.33#45
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cappa-0.x

Conversation

@renovate

@renovate renovate Bot commented Dec 4, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
cappa >=0.30,<0.31>=0.32,<0.33 age confidence

Release Notes

dancardin/cappa (cappa)

v0.32.1

Compare Source

  • fix: kw_only dataclass inheritance incorrect ordering.

v0.32.0

Compare Source

  • feat: Add epilog= field on commands for text which should go after the argument help.
  • refactor: All root objects (Command/Arg/Subcommand) to have "Final" variants which represent their post-normalization shape.
  • feat: Add support for fixed size optional-value num_args arguments (e.g. --foo / --foo 4).
  • feat: Add aliases= support for subcommands. Each entry is either a string (visible alias) or a cappa.Alias(name, hidden=..., deprecated=...) for finer control. Hidden aliases dispatch but are omitted from help and completion; deprecated aliases emit a runtime warning when used. Collisions are detected at construction time.
  • fix: Display Args with the same group identity as alternatives in helptext on the same line.
  • fix: Ensure automatic bool variants (--foo/--no-foo) are mutually exclusive.
  • fix: Allow negative number arguments and option values.
  • fix: Precalculate implicit deps during class construction rather than traversing the output shape.
  • fix: Thread output into parse_result.instance resolution in parse/parse_async/invoke/invoke_async, so cappa.Exit raised from Arg(parse=...) callbacks renders an error message instead of silently exiting non-zero.
  • refactor: Destructured implementation to be more like Arg handling to fix default and helptext behavior.
  • fix: Destructured args to inherit default_long and default_short.

v0.31.0

Compare Source

  • fix: Allow options accepting zero-length unbounded num_args.
  • feat: Apply default parsing automatically, with Arg.parse_inference == False to disable.

v0.30.4

Compare Source

  • fix: Use of a synchronous context manager inside an invoke_async invoke context.
  • fix: Stripped type aliases losing e.g. Dep metadata.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

renovate-approve[bot]
renovate-approve Bot previously approved these changes Dec 4, 2025
@github-actions

github-actions Bot commented Dec 4, 2025

Copy link
Copy Markdown
Contributor

MegaLinter analysis: Success

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ COPYPASTE jscpd yes no no 1.68s
✅ JSON prettier 7 0 0 0 0.34s
✅ JSON v8r 7 0 0 5.26s
✅ PYTHON ruff yes yes no no 0.27s
✅ REPOSITORY git_diff yes no no 0.01s
✅ SPELL cspell 39 0 0 4.34s
✅ YAML prettier 4 0 0 0 0.44s
✅ YAML v8r 4 0 0 5.77s
✅ YAML yamllint 4 0 0 0.42s

See detailed reports in MegaLinter artifacts

MegaLinter is graciously provided by OX Security

@renovate renovate Bot assigned liblaf Dec 4, 2025
@renovate
renovate Bot requested a review from liblaf December 4, 2025 21:33
@renovate
renovate Bot force-pushed the renovate/cappa-0.x branch from 8640468 to bab4d51 Compare June 8, 2026 18:09
@renovate renovate Bot changed the title fix(deps): update dependency cappa to >=0.31,<0.32 fix(deps): update dependency cappa to >=0.32,<0.33 Jun 8, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant