Commit f24c385
authored
ci: bump poetry from 1.8.5 to 2.0.1 in /.github/workflows (#59)
Bumps [poetry](https://github.com/python-poetry/poetry) from 1.8.5 to
2.0.1.
<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>2.0.1</h2>
<h3>Added</h3>
<ul>
<li>Add support for <code>poetry search</code> in legacy sources (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9949">#9949</a>).</li>
<li>Add a message in the <code>poetry source show</code> output when
PyPI is implicitly enabled (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9974">#9974</a>).</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Improve performance for merging markers from overrides at the end of
dependency resolution (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10018">#10018</a>).</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix an issue where <code>poetry sync</code> did not remove packages
that were not requested (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9946">#9946</a>).</li>
<li>Fix an issue where <code>poetry check</code> failed even though
there were just warnings and add a <code>--strict</code> option to fail
on warnings (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9983">#9983</a>).</li>
<li>Fix an issue where <code>poetry update</code>, <code>poetry
add</code> and <code>poetry remove</code> with <code>--only</code>
uninstalled packages from other groups (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10014">#10014</a>).</li>
<li>Fix an issue where <code>poetry update</code>, <code>poetry
add</code> and <code>poetry remove</code> uninstalled all extra packages
(<a
href="https://redirect.github.com/python-poetry/poetry/pull/10016">#10016</a>).</li>
<li>Fix an issue where <code>poetry self update</code> did not recognize
Poetry's own environment (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9995">#9995</a>).</li>
<li>Fix an issue where read-only system site-packages were not
considered when loading an environment with system site-packages (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9942">#9942</a>).</li>
<li>Fix an issue where an error message in <code>poetry install</code>
started with <code>Warning:</code> instead of <code>Error:</code> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9945">#9945</a>).</li>
<li>Fix an issue where <code>Command.set_poetry</code>, which is used by
plugins, was removed (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9981">#9981</a>).</li>
<li>Fix an issue where the help text of <code>poetry build
--clean</code> showed a malformed short option instead of the
description (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9994">#9994</a>).</li>
</ul>
<h3>Docs</h3>
<ul>
<li>Add a FAQ entry for the migration from Poetry-specific fields to the
<code>project</code> section (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9996">#9996</a>).</li>
<li>Fix examples for <code>project.readme</code> and
<code>project.urls</code> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9948">#9948</a>).</li>
<li>Add a warning that package sources are a Poetry-specific feature
that is not included in core metadata (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9935">#9935</a>).</li>
<li>Replace <code>poetry install --sync</code> with <code>poetry
sync</code> in the section about synchronizing dependencies (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9944">#9944</a>).</li>
<li>Replace <code>poetry shell</code> with <code>poetry env
activate</code> in the basic usage section (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9963">#9963</a>).</li>
<li>Mention that <code>project.name</code> is always required when the
<code>project</code> section is used (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9989">#9989</a>).</li>
<li>Fix the constraint of <code>poetry-plugin-export</code> in the
section about <code>poetry export</code> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9954">#9954</a>).</li>
</ul>
<h3>poetry-core (<a
href="https://github.com/python-poetry/poetry-core/releases/tag/2.0.1"><code>2.0.1</code></a>)</h3>
<ul>
<li>Replace the deprecated core metadata field <code>Home-page</code>
with <code>Project-URL: Homepage</code> (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/807">#807</a>).</li>
<li>Fix an issue where includes from <code>tool.poetry.packages</code>
without a specified <code>format</code> were not initialized with the
default value resulting in a <code>KeyError</code> (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/805">#805</a>).</li>
<li>Fix an issue where some <code>project.urls</code> entries were not
processed correctly resulting in a <code>KeyError</code> (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/807">#807</a>).</li>
<li>Fix an issue where dynamic <code>project.dependencies</code> via
<code>tool.poetry.dependencies</code> were ignored if
<code>project.optional-dependencies</code> were defined (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/811">#811</a>).</li>
</ul>
<h2>2.0.0</h2>
<h3>Added</h3>
<ul>
<li><strong>Add support for the <code>project</code> section in the
<code>pyproject.toml</code> file according to PEP 621</strong> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9135">#9135</a>,
<a
href="https://redirect.github.com/python-poetry/poetry/pull/9917">#9917</a>).</li>
<li><strong>Add support for defining Poetry plugins that are required by
the project and automatically installed if not present</strong> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9547">#9547</a>).</li>
<li><strong>Lock resulting markers and groups and add a
<code>installer.re-resolve</code> option (default: <code>true</code>) to
allow installation without re-resolving</strong> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9427">#9427</a>).</li>
<li>Add a <code>--local-version</code> option to <code>poetry
build</code> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9064">#9064</a>).</li>
<li>Add a <code>--clean</code> option to <code>poetry build</code> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9067">#9067</a>).</li>
<li>Add FIPS support for <code>poetry publish</code> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9101">#9101</a>).</li>
<li>Add the option to use <code>poetry new</code> interactively and
configure more fields (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9101">#9101</a>).</li>
<li>Add a config option <code>installer.only-binary</code> to enforce
the use of binary distribution formats (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9150">#9150</a>).</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python-poetry/poetry/blob/main/CHANGELOG.md">poetry's
changelog</a>.</em></p>
<blockquote>
<h2>[2.0.1] - 2025-01-11</h2>
<h3>Added</h3>
<ul>
<li>Add support for <code>poetry search</code> in legacy sources (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9949">#9949</a>).</li>
<li>Add a message in the <code>poetry source show</code> output when
PyPI is implicitly enabled (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9974">#9974</a>).</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Improve performance for merging markers from overrides at the end of
dependency resolution (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10018">#10018</a>).</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix an issue where <code>poetry sync</code> did not remove packages
that were not requested (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9946">#9946</a>).</li>
<li>Fix an issue where <code>poetry check</code> failed even though
there were just warnings and add a <code>--strict</code> option to fail
on warnings (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9983">#9983</a>).</li>
<li>Fix an issue where <code>poetry update</code>, <code>poetry
add</code> and <code>poetry remove</code> with <code>--only</code>
uninstalled packages from other groups (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10014">#10014</a>).</li>
<li>Fix an issue where <code>poetry update</code>, <code>poetry
add</code> and <code>poetry remove</code> uninstalled all extra packages
(<a
href="https://redirect.github.com/python-poetry/poetry/pull/10016">#10016</a>).</li>
<li>Fix an issue where <code>poetry self update</code> did not recognize
Poetry's own environment (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9995">#9995</a>).</li>
<li>Fix an issue where read-only system site-packages were not
considered when loading an environment with system site-packages (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9942">#9942</a>).</li>
<li>Fix an issue where an error message in <code>poetry install</code>
started with <code>Warning:</code> instead of <code>Error:</code> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9945">#9945</a>).</li>
<li>Fix an issue where <code>Command.set_poetry</code>, which is used by
plugins, was removed (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9981">#9981</a>).</li>
<li>Fix an issue where the help text of <code>poetry build
--clean</code> showed a malformed short option instead of the
description (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9994">#9994</a>).</li>
</ul>
<h3>Docs</h3>
<ul>
<li>Add a FAQ entry for the migration from Poetry-specific fields to the
<code>project</code> section (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9996">#9996</a>).</li>
<li>Fix examples for <code>project.readme</code> and
<code>project.urls</code> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9948">#9948</a>).</li>
<li>Add a warning that package sources are a Poetry-specific feature
that is not included in core metadata (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9935">#9935</a>).</li>
<li>Replace <code>poetry install --sync</code> with <code>poetry
sync</code> in the section about synchronizing dependencies (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9944">#9944</a>).</li>
<li>Replace <code>poetry shell</code> with <code>poetry env
activate</code> in the basic usage section (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9963">#9963</a>).</li>
<li>Mention that <code>project.name</code> is always required when the
<code>project</code> section is used (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9989">#9989</a>).</li>
<li>Fix the constraint of <code>poetry-plugin-export</code> in the
section about <code>poetry export</code> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9954">#9954</a>).</li>
</ul>
<h3>poetry-core (<a
href="https://github.com/python-poetry/poetry-core/releases/tag/2.0.1"><code>2.0.1</code></a>)</h3>
<ul>
<li>Replace the deprecated core metadata field <code>Home-page</code>
with <code>Project-URL: Homepage</code> (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/807">#807</a>).</li>
<li>Fix an issue where includes from <code>tool.poetry.packages</code>
without a specified <code>format</code> were not initialized with the
default value resulting in a <code>KeyError</code> (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/805">#805</a>).</li>
<li>Fix an issue where some <code>project.urls</code> entries were not
processed correctly resulting in a <code>KeyError</code> (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/807">#807</a>).</li>
<li>Fix an issue where dynamic <code>project.dependencies</code> via
<code>tool.poetry.dependencies</code> were ignored if
<code>project.optional-dependencies</code> were defined (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/811">#811</a>).</li>
</ul>
<h2>[2.0.0] - 2025-01-05</h2>
<h3>Added</h3>
<ul>
<li><strong>Add support for the <code>project</code> section in the
<code>pyproject.toml</code> file according to PEP 621</strong> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9135">#9135</a>,
<a
href="https://redirect.github.com/python-poetry/poetry/pull/9917">#9917</a>).</li>
<li><strong>Add support for defining Poetry plugins that are required by
the project and automatically installed if not present</strong> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9547">#9547</a>).</li>
<li><strong>Lock resulting markers and groups and add a
<code>installer.re-resolve</code> option (default: <code>true</code>) to
allow installation without re-resolving</strong> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9427">#9427</a>).</li>
<li>Add a <code>--local-version</code> option to <code>poetry
build</code> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9064">#9064</a>).</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python-poetry/poetry/commit/bd500dd3bdfaec3de6894144c9cedb3a9358be84"><code>bd500dd</code></a>
release: bump version to 2.0.1</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/0ac2c1aed9d169220de46ece364bc4764d5c3ba3"><code>0ac2c1a</code></a>
fix: <code>update</code>, <code>add</code> and <code>remove</code> shall
not uninstall extra dependencies</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/32ec5cbbf17709340b6db7625bc6039e4484ec6b"><code>32ec5cb</code></a>
chore(test): update tests to expect PEP 753 compliant urls</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/61f43e863a39b7ac989e696e0f4f2ecc4701f177"><code>61f43e8</code></a>
improve performance for merging markers from overrides</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/30fe6c7fc9d2e481a892891824ee6b4046cb302e"><code>30fe6c7</code></a>
fix: <code>update</code>, <code>add</code> and <code>remove</code> with
<code>--only</code> shall not uninstall dependenc...</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/d6dbe8c0e180dfaf1e036ac1baa0216e1ddef87f"><code>d6dbe8c</code></a>
feat(source/show): notify when PyPI is implicit</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/0e4f0e783e78640b5c1648da651b465c9805dd7a"><code>0e4f0e7</code></a>
test: fix test due to changes in poetry-core</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/1a9132c0243f6f2417a76ea7a066761da2251036"><code>1a9132c</code></a>
chore(gh): use collapsible blocks in bug report</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/2d7d173aae2ac3860d83d625d0a98485709b901c"><code>2d7d173</code></a>
doc(faq): add entry for PEP 621 migration</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/ff40baa0b42e4760830b5c7b552c2b896af54a13"><code>ff40baa</code></a>
chore(test): remove duplicated code</li>
<li>Additional commits viewable in <a
href="https://github.com/python-poetry/poetry/compare/1.8.5...2.0.1">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 ff360c3 commit f24c385
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
0 commit comments