Skip to content

Commit

Permalink
Bump cappa from 0.23.0 to 0.24.0 (#1251)
Browse files Browse the repository at this point in the history
Bumps [cappa](https://github.com/dancardin/cappa) from 0.23.0 to 0.24.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dancardin/cappa/releases">cappa's
releases</a>.</em></p>
<blockquote>
<h2>v0.24.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update Makefile by <a
href="https://github.com/DanCardin"><code>@​DanCardin</code></a> in <a
href="https://redirect.github.com/DanCardin/cappa/pull/154">DanCardin/cappa#154</a></li>
<li>feat: Support native inference parser for dataclass-like
annotations. by <a
href="https://github.com/DanCardin"><code>@​DanCardin</code></a> in <a
href="https://redirect.github.com/DanCardin/cappa/pull/141">DanCardin/cappa#141</a></li>
<li>refactor: Return Resolved instance from fulfill_deps. by <a
href="https://github.com/DanCardin"><code>@​DanCardin</code></a> in <a
href="https://redirect.github.com/DanCardin/cappa/pull/155">DanCardin/cappa#155</a></li>
<li>feat: Add new mechanism for defining subcommands as methods. by <a
href="https://github.com/DanCardin"><code>@​DanCardin</code></a> in <a
href="https://redirect.github.com/DanCardin/cappa/pull/156">DanCardin/cappa#156</a></li>
<li>Update README.md by <a
href="https://github.com/DanCardin"><code>@​DanCardin</code></a> in <a
href="https://redirect.github.com/DanCardin/cappa/pull/157">DanCardin/cappa#157</a></li>
<li>Dc/arg show default by <a
href="https://github.com/DanCardin"><code>@​DanCardin</code></a> in <a
href="https://redirect.github.com/DanCardin/cappa/pull/158">DanCardin/cappa#158</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/DanCardin/cappa/compare/v0.23.0...v0.24.0">https://github.com/DanCardin/cappa/compare/v0.23.0...v0.24.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/DanCardin/cappa/blob/main/CHANGELOG.md">cappa's
changelog</a>.</em></p>
<blockquote>
<h3>0.24.0</h3>
<ul>
<li>
<p>feat: Support native inference parser for dataclass-like annotation
s.
Note this contains a minor breaking changes:</p>
<ul>
<li>The <code>Arg.annotations</code> attribute was swapped for
<code>Arg.type_view</code>. This was
never a documented feature, but rather a side-effect required to
implement
certain built-in parser inferences. Swapping to <code>type_view</code>
exposes strictly
more information, and in a nicer interface.</li>
</ul>
</li>
<li>
<p>feat: User defined parsers can access the <code>TypeView</code> by
accepting it as an argument.</p>
</li>
<li>
<p>feat: Add new API for defining subcommands as methods.</p>
</li>
<li>
<p>feat: Add Arg.show_default option to optionally avoid displaying
default in help text.</p>
</li>
<li>
<p>fix: Only show_default on <code>--*/--no-*</code> pair bool arguments
for the actual default.</p>
</li>
</ul>
<h2>0.23</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/DanCardin/cappa/commit/1edf8e93e5f09f6b711d96621bdc775c871c6a4d"><code>1edf8e9</code></a>
Merge pull request <a
href="https://redirect.github.com/dancardin/cappa/issues/158">#158</a>
from DanCardin/dc/arg-show-default</li>
<li><a
href="https://github.com/DanCardin/cappa/commit/761bf41956b1c764a58c03a004553845b92b7633"><code>761bf41</code></a>
fix: Only show_default on <code>--*/--no-*</code> pair bool arguments
for the actual def...</li>
<li><a
href="https://github.com/DanCardin/cappa/commit/5c11df57da0f672c1d2d09b421f649ecef973f6f"><code>5c11df5</code></a>
feat: Add Arg.show_default option to optionally avoid displaying default
in h...</li>
<li><a
href="https://github.com/DanCardin/cappa/commit/bdb085ad15dbf6c5f0c870280851bd5b094b5d68"><code>bdb085a</code></a>
Merge pull request <a
href="https://redirect.github.com/dancardin/cappa/issues/157">#157</a>
from DanCardin/DanCardin-patch-1</li>
<li><a
href="https://github.com/DanCardin/cappa/commit/37d78a32063a99db1cfd14249ccbef020459c879"><code>37d78a3</code></a>
Update README.md</li>
<li><a
href="https://github.com/DanCardin/cappa/commit/e04f6b64f1a8495da14e776efb95774ba75ef2f9"><code>e04f6b6</code></a>
Merge pull request <a
href="https://redirect.github.com/dancardin/cappa/issues/156">#156</a>
from DanCardin/dc/methods</li>
<li><a
href="https://github.com/DanCardin/cappa/commit/cd6bfee3f698f26d585ad867901d40254aa0b6d5"><code>cd6bfee</code></a>
feat: Add new &quot;method&quot; style of defining subcommands.</li>
<li><a
href="https://github.com/DanCardin/cappa/commit/9a7a49c6eb592ca094efa03a946a793e388865a3"><code>9a7a49c</code></a>
Merge pull request <a
href="https://redirect.github.com/dancardin/cappa/issues/155">#155</a>
from DanCardin/dc/resolved-invoke</li>
<li><a
href="https://github.com/DanCardin/cappa/commit/39a5d65812e6cacb75d78c273e07165c26188684"><code>39a5d65</code></a>
refactor: Return Resolved instance from fulfill_deps.</li>
<li><a
href="https://github.com/DanCardin/cappa/commit/6d2f1c5a9fe3ccfc6881a60f5cdba2148ed3e458"><code>6d2f1c5</code></a>
Merge pull request <a
href="https://redirect.github.com/dancardin/cappa/issues/141">#141</a>
from DanCardin/parse-option-for-dataclasses</li>
<li>Additional commits viewable in <a
href="https://github.com/dancardin/cappa/compare/v0.23.0...v0.24.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cappa&package-manager=pip&previous-version=0.23.0&new-version=0.24.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Flaviu Vadan <flaviuvadan@gmail.com>
  • Loading branch information
dependabot[bot] and flaviuvadan authored Nov 4, 2024
1 parent a2ba679 commit f704dbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ python = ">=3.9,<4"
pyyaml = { version = ">=6.0", optional = true }
requests = "*"
pydantic = { extras = ["email"], version = ">=1.7,<3.0" }
cappa = {version = ">=0.22.1,<0.24.0", optional = true}
cappa = {version = ">=0.22.1,<0.25.0", optional = true}
varname = {version = "^0.13.1", optional = true}

[tool.poetry.extras]
Expand Down

0 comments on commit f704dbc

Please sign in to comment.