Skip to content

Commit

Permalink
chore(deps-dev): bump poethepoet from 0.31.1 to 0.32.0 (#39)
Browse files Browse the repository at this point in the history
Bumps [poethepoet](https://github.com/nat-n/poethepoet) from 0.31.1 to 0.32.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/nat-n/poethepoet/releases">poethepoet's releases</a>.</em></p>
<blockquote>
<h2>0.32.0</h2>
<h2>Enhancements</h2>
<ul>
<li>
<p>Make command parsing support <em>default value</em> and <em>alternate value</em> operations on param expansions by <a href="https://github.com/nat-n"><code>@​nat-n</code></a> in <a href="https://redirect.github.com/nat-n/poethepoet/pull/266">nat-n/poethepoet#266</a></p>
<ul>
<li>See feature <a href="https://poethepoet.natn.io/tasks/task_types/cmd.html#parameter-expansion-operators">📖 documentation</a> for more details</li>
</ul>
</li>
<li>
<p>Explicitly disallow <code>capture_stdout</code> option on sequence tasks by <a href="https://github.com/nat-n"><code>@​nat-n</code></a> in <a href="https://redirect.github.com/nat-n/poethepoet/pull/265">nat-n/poethepoet#265</a></p>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/nat-n/poethepoet/compare/v0.31.1...v0.32.0">https://github.com/nat-n/poethepoet/compare/v0.31.1...v0.32.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/nat-n/poethepoet/commit/f199b1135d3d0cc978a6750dc3e1e74a10f49709"><code>f199b11</code></a> Bump version to 0.32.0</li>
<li><a href="https://github.com/nat-n/poethepoet/commit/a72a19378ffbfe8eadf413192853efba50db5175"><code>a72a193</code></a> Remove dev dependency on bpython</li>
<li><a href="https://github.com/nat-n/poethepoet/commit/68e9e9ba1ade708a54fded32f117e1494d7e9246"><code>68e9e9b</code></a> Make command parsing support operations on param expansions (<a href="https://redirect.github.com/nat-n/poethepoet/issues/266">#266</a>)</li>
<li><a href="https://github.com/nat-n/poethepoet/commit/eecbb96e0921ccdfcd1265e3b3a716730ccbc801"><code>eecbb96</code></a> feat: Explicitly disallow capture_stdout option on sequence tasks (<a href="https://redirect.github.com/nat-n/poethepoet/issues/265">#265</a>)</li>
<li>See full diff in <a href="https://github.com/nat-n/poethepoet/compare/v0.31.1...v0.32.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=poethepoet&package-manager=pip&previous-version=0.31.1&new-version=0.32.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>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 883371e commit 0db95ca
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 @@ -17,7 +17,7 @@ opentelemetry-sdk = ">=1.25"
ruff = "^0.8.2"
mypy = "^1.13.0"
pytest = "^8.3.4"
poethepoet = "^0.31.1"
poethepoet = ">=0.31.1,<0.33.0"
codespell = "^2.3.0"
yamllint = "^1.35.1"
anys = "^0.3.1"
Expand Down

0 comments on commit 0db95ca

Please sign in to comment.