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 cappa from 0.23.0 to 0.24.0 #1251

Merged
merged 2 commits into from
Nov 4, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps cappa from 0.23.0 to 0.24.0.

Release notes

Sourced from cappa's releases.

v0.24.0

What's Changed

Full Changelog: DanCardin/cappa@v0.23.0...v0.24.0

Changelog

Sourced from cappa's changelog.

0.24.0

  • feat: Support native inference parser for dataclass-like annotation s. Note this contains a minor breaking changes:

    • The Arg.annotations attribute was swapped for Arg.type_view. This was never a documented feature, but rather a side-effect required to implement certain built-in parser inferences. Swapping to type_view exposes strictly more information, and in a nicer interface.
  • feat: User defined parsers can access the TypeView by accepting it as an argument.

  • feat: Add new API for defining subcommands as methods.

  • feat: Add Arg.show_default option to optionally avoid displaying default in help text.

  • fix: Only show_default on --*/--no-* pair bool arguments for the actual default.

0.23

Commits
  • 1edf8e9 Merge pull request #158 from DanCardin/dc/arg-show-default
  • 761bf41 fix: Only show_default on --*/--no-* pair bool arguments for the actual def...
  • 5c11df5 feat: Add Arg.show_default option to optionally avoid displaying default in h...
  • bdb085a Merge pull request #157 from DanCardin/DanCardin-patch-1
  • 37d78a3 Update README.md
  • e04f6b6 Merge pull request #156 from DanCardin/dc/methods
  • cd6bfee feat: Add new "method" style of defining subcommands.
  • 9a7a49c Merge pull request #155 from DanCardin/dc/resolved-invoke
  • 39a5d65 refactor: Return Resolved instance from fulfill_deps.
  • 6d2f1c5 Merge pull request #141 from DanCardin/parse-option-for-dataclasses
  • 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)

@dependabot dependabot bot added python Dependabot pull requests that update Python dependencies semver:patch A change requiring a patch version bump labels Oct 28, 2024
@dependabot dependabot bot requested a review from elliotgunton as a code owner October 28, 2024 15:00
@dependabot dependabot bot added the type:dependency-upgrade A dependency upgrade label Oct 28, 2024
Bumps [cappa](https://github.com/dancardin/cappa) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/dancardin/cappa/releases)
- [Changelog](https://github.com/DanCardin/cappa/blob/main/CHANGELOG.md)
- [Commits](DanCardin/cappa@v0.23.0...v0.24.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/cappa-0.24.0 branch from 0baaa56 to 19a0d56 Compare October 29, 2024 15:01
Copy link

codecov bot commented Nov 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.8%. Comparing base (a2ba679) to head (0101326).
Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1251   +/-   ##
=====================================
  Coverage   45.8%   45.8%           
=====================================
  Files         60      60           
  Lines       4110    4110           
  Branches     863     863           
=====================================
  Hits        1886    1886           
  Misses      2192    2192           
  Partials      32      32           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@flaviuvadan flaviuvadan enabled auto-merge (squash) November 4, 2024 23:32
@flaviuvadan flaviuvadan merged commit f704dbc into main Nov 4, 2024
25 checks passed
@flaviuvadan flaviuvadan deleted the dependabot/pip/cappa-0.24.0 branch November 4, 2024 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Dependabot pull requests that update Python dependencies semver:patch A change requiring a patch version bump type:dependency-upgrade A dependency upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant