Commit d30c302
authored
build(deps): bump poethepoet from 0.37.0 to 0.38.0 (#773)
Bumps [poethepoet](https://github.com/nat-n/poethepoet) from 0.37.0 to
0.38.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.38.0</h2>
<h2>Enhancements</h2>
<ul>
<li>feat: Add parallel task type by <a
href="https://github.com/nat-n"><code>@nat-n</code></a> in <a
href="https://redirect.github.com/nat-n/poethepoet/pull/323">nat-n/poethepoet#323</a></li>
</ul>
<h2>Breaking changes</h2>
<ul>
<li>Drop support for python 3.9 by <a
href="https://github.com/nat-n"><code>@nat-n</code></a> in <a
href="https://redirect.github.com/nat-n/poethepoet/pull/329">nat-n/poethepoet#329</a></li>
</ul>
<h2>Internal changes</h2>
<ul>
<li>refactor: executor options by <a
href="https://github.com/nat-n"><code>@nat-n</code></a> in <a
href="https://redirect.github.com/nat-n/poethepoet/pull/328">nat-n/poethepoet#328</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/nat-n/poethepoet/compare/v0.37.0...v0.38.0">https://github.com/nat-n/poethepoet/compare/v0.37.0...v0.38.0</a></p>
<h2>0.38.0-beta</h2>
<h2>Pre-release for parallel tasks</h2>
<p>Adds new <em>parallel</em> task type that runs subtasks in parallel
and multiplexes subprocess outputs with a line prefix</p>
<ul>
<li>Major refactor of task orchestration to use asyncio</li>
<li>Rewrite of signal handling logic to improve subprocess cleanup</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/nat-n/poethepoet/compare/v0.37.0...v0.38.0-beta">https://github.com/nat-n/poethepoet/compare/v0.37.0...v0.38.0-beta</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nat-n/poethepoet/commit/9e751f2cbc86d734f647520c4eb444dd042d3bf9"><code>9e751f2</code></a>
test: Try mitigate hanging flakey test</li>
<li><a
href="https://github.com/nat-n/poethepoet/commit/fb01edbcb4de79312275b757b36ae338c8609516"><code>fb01edb</code></a>
test: improve parallel task test stability</li>
<li><a
href="https://github.com/nat-n/poethepoet/commit/ff04b331bf5dd433ae1486a70560fd67b1c2b458"><code>ff04b33</code></a>
chore: drop support for python 3.9 (<a
href="https://redirect.github.com/nat-n/poethepoet/issues/329">#329</a>)</li>
<li><a
href="https://github.com/nat-n/poethepoet/commit/818c407c5a0710d75abce2e4510c2391689fff25"><code>818c407</code></a>
feat: Add parallel task type (<a
href="https://redirect.github.com/nat-n/poethepoet/issues/323">#323</a>)</li>
<li><a
href="https://github.com/nat-n/poethepoet/commit/3257781c5546348493b5c742196e32431cad74b2"><code>3257781</code></a>
refactor: executor options (<a
href="https://redirect.github.com/nat-n/poethepoet/issues/328">#328</a>)</li>
<li>See full diff in <a
href="https://github.com/nat-n/poethepoet/compare/v0.37.0...v0.38.0">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 parent 8f9036b commit d30c302
1 file changed
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments