Skip to content

Commit

Permalink
ci: bump poetry from 1.8.3 to 1.8.4 in /.github/workflows (#47)
Browse files Browse the repository at this point in the history
Bumps [poetry](https://github.com/python-poetry/poetry) from 1.8.3 to
1.8.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/python-poetry/poetry/releases">poetry's
releases</a>.</em></p>
<blockquote>
<h2>1.8.4</h2>
<h3>Added</h3>
<ul>
<li><strong>Add official support for Python 3.13</strong> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9523">#9523</a>).</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Require <code>virtualenv&gt;=20.26.6</code> to mitigate potential
command injection when running <code>poetry shell</code> in untrusted
projects (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9757">#9757</a>).</li>
</ul>
<h3>poetry-core (<a
href="https://github.com/python-poetry/poetry-core/releases/tag/1.9.1"><code>1.9.1</code></a>)</h3>
<ul>
<li>Add <code>3.13</code> to the list of available Python versions (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/747">#747</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python-poetry/poetry/blob/1.8.4/CHANGELOG.md">poetry's
changelog</a>.</em></p>
<blockquote>
<h2>[1.8.4] - 2024-10-14</h2>
<h3>Added</h3>
<ul>
<li><strong>Add official support for Python 3.13</strong> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9523">#9523</a>).</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Require <code>virtualenv&gt;=20.26.6</code> to mitigate potential
command injection when running <code>poetry shell</code> in untrusted
projects (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9757">#9757</a>).</li>
</ul>
<h3>poetry-core (<a
href="https://github.com/python-poetry/poetry-core/releases/tag/1.9.1"><code>1.9.1</code></a>)</h3>
<ul>
<li>Add <code>3.13</code> to the list of available Python versions (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/747">#747</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python-poetry/poetry/commit/6a071c181ad82ec3a5d4ecd54d50d08a75470e78"><code>6a071c1</code></a>
release: bump version to 1.8.4</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/8d2a3412e4ab9e960380c4a99d1c22012d1a39da"><code>8d2a341</code></a>
backport release workflow from main branch</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/b8546d78caf408fd2db3a30a5d7a0be6b32774d6"><code>b8546d7</code></a>
python 3.13 in workflows (<a
href="https://redirect.github.com/python-poetry/poetry/issues/9523">#9523</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/0329bca4a350bb6487d28f18c5be82037a87e715"><code>0329bca</code></a>
Bump <code>virtualenv</code> to 20.26.6</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/a2d09a14ff861bbc8658de9c161102572a9e9a1c"><code>a2d09a1</code></a>
fix changelog (<a
href="https://redirect.github.com/python-poetry/poetry/issues/9399">#9399</a>)</li>
<li>See full diff in <a
href="https://github.com/python-poetry/poetry/compare/1.8.3...1.8.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=poetry&package-manager=pip&previous-version=1.8.3&new-version=1.8.4)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent f5d9c73 commit 4266abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pip==24.2
poetry==1.8.3
poetry==1.8.4
poetry-dynamic-versioning==1.4.1

0 comments on commit 4266abe

Please sign in to comment.