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.24.1 to 0.25.0 #1270

Closed
wants to merge 2 commits into from
Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps cappa from 0.24.1 to 0.25.0.

Release notes

Sourced from cappa's releases.

v0.25.0

What's Changed

Full Changelog: DanCardin/cappa@v0.24.3...v0.25.0

v0.24.3

What's Changed

Full Changelog: DanCardin/cappa@v0.24.2...v0.24.3

v0.24.2

What's Changed

Full Changelog: DanCardin/cappa@v0.24.1...v0.24.2

Changelog

Sourced from cappa's changelog.

0.25.0

  • feat: Add Arg.propagate.

0.24

0.24.3

  • fix: Incorrect handling of methods in Arg.parse.

0.24.2

  • fix: Literal contained inside non-variadic tuple should not imply "choices".
  • fix: Optional non-variadic tuple should be allowed (None shouldn't fail arity check).
Commits
  • 0c1b038 Merge pull request #169 from DanCardin/dc/propagate
  • 6a17604 feat: Implement propagated arguments.
  • 4785ce2 Merge pull request #178 from DanCardin/dc/method-parse
  • 3868127 fix: Incorrect handling of methods in Arg.parse.
  • 721687a Merge pull request #175 from DanCardin/dc/non-variadic-tuple-fixes
  • 3fc5e39 fix: Optional non-variadic tuple should be allowed (None shouldnt fail arity ...
  • f1e0318 fix: Literal contained inside non-variadic tuple should not imply "choices".
  • See full diff 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)

Bumps [cappa](https://github.com/dancardin/cappa) from 0.24.1 to 0.25.0.
- [Release notes](https://github.com/dancardin/cappa/releases)
- [Changelog](https://github.com/DanCardin/cappa/blob/main/CHANGELOG.md)
- [Commits](DanCardin/cappa@v0.24.1...v0.25.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 added python Dependabot pull requests that update Python dependencies semver:patch A change requiring a patch version bump type:dependency-upgrade A dependency upgrade labels Nov 18, 2024
@elliotgunton elliotgunton enabled auto-merge (squash) November 25, 2024 09:44
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 25, 2024

A newer version of cappa 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.

Copy link

codecov bot commented Nov 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.2%. Comparing base (9ceed7f) to head (14101b4).

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1270   +/-   ##
=====================================
  Coverage   86.2%   86.2%           
=====================================
  Files         60      60           
  Lines       4113    4113           
  Branches     660     660           
=====================================
  Hits        3547    3547           
  Misses       393     393           
  Partials     173     173           

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


🚨 Try these New Features:

@elliotgunton
Copy link
Collaborator

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 25, 2024

Superseded by #1274.

@dependabot dependabot bot closed this Nov 25, 2024
@dependabot dependabot bot deleted the dependabot/pip/cappa-0.25.0 branch November 25, 2024 09:56
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