Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump poetry from 1.8.5 to 2.0.0 (#44)
Bumps [poetry](https://github.com/python-poetry/poetry) from 1.8.5 to 2.0.0. <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.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> <li>Add support for <code>poetry search</code> in legacy sources (<a href="https://redirect.github.com/python-poetry/poetry/pull/9132">#9132</a>).</li> <li>Add support to resume downloads from connection resets (<a href="https://redirect.github.com/python-poetry/poetry/pull/9422">#9422</a>).</li> <li>Add the option to define a constraint for the required Poetry version to manage the project (<a href="https://redirect.github.com/python-poetry/poetry/pull/9547">#9547</a>).</li> <li>Add an <code>--all-groups</code> option to <code>poetry install</code> (<a href="https://redirect.github.com/python-poetry/poetry/pull/9744">#9744</a>).</li> <li>Add an <code>poetry env activate</code> command as replacement of <code>poetry shell</code> (<a href="https://redirect.github.com/python-poetry/poetry/pull/9763">#9763</a>).</li> <li>Add a <code>--markers</code> option to <code>poetry add</code> to add a dependency with markers (<a href="https://redirect.github.com/python-poetry/poetry/pull/9814">#9814</a>).</li> <li>Add a <code>--migrate</code> option to <code>poetry config</code> to migrate outdated configs (<a href="https://redirect.github.com/python-poetry/poetry/pull/9830">#9830</a>).</li> <li>Add a <code>--project</code> option to search the <code>pyproject.toml</code> file in another directory without switching the directory (<a href="https://redirect.github.com/python-poetry/poetry/pull/9831">#9831</a>).</li> <li>Add support for shortened hashes to define git dependencies (<a href="https://redirect.github.com/python-poetry/poetry/pull/9748">#9748</a>).</li> <li>Add partial support for conflicting extras (<a href="https://redirect.github.com/python-poetry/poetry/pull/9553">#9553</a>).</li> <li>Add a <code>poetry sync</code> command as replacement of <code>poetry install --sync</code> (<a href="https://redirect.github.com/python-poetry/poetry/pull/9801">#9801</a>).</li> </ul> <h3>Changed</h3> <ul> <li><strong>Change the default behavior of <code>poetry lock</code> to <code>--no-update</code> and introduce a <code>--regenerate</code> option for the old default behavior</strong> (<a href="https://redirect.github.com/python-poetry/poetry/pull/9327">#9327</a>).</li> <li><strong>Remove the dependency on <code>poetry-plugin-export</code> so that <code>poetry export</code> is not included per default</strong> (<a href="https://redirect.github.com/python-poetry/poetry/pull/5980">#5980</a>).</li> <li><strong>Outsource <code>poetry shell</code> into <code>poetry-plugin-shell</code></strong> (<a href="https://redirect.github.com/python-poetry/poetry/pull/9763">#9763</a>).</li> <li><strong>Change the interface of <code>poetry add --optional</code> to require an extra the optional dependency is added to</strong> (<a href="https://redirect.github.com/python-poetry/poetry/pull/9135">#9135</a>).</li> <li><strong>Actually switch the directory when using <code>--directory</code>/<code>-C</code></strong> (<a href="https://redirect.github.com/python-poetry/poetry/pull/9831">#9831</a>).</li> <li><strong>Drop support for Python 3.8</strong> (<a href="https://redirect.github.com/python-poetry/poetry/pull/9692">#9692</a>).</li> <li>Rename <code>experimental.system-git-client</code> to <code>experimental.system-git</code> (<a href="https://redirect.github.com/python-poetry/poetry/pull/9787">#9787</a>, <a href="https://redirect.github.com/python-poetry/poetry/pull/9795">#9795</a>).</li> <li>Replace <code>virtualenvs.prefer-active-python</code> by the inverse setting <code>virtualenvs.use-poetry-python</code> and prefer the active Python by default (<a href="https://redirect.github.com/python-poetry/poetry/pull/9786">#9786</a>).</li> <li>Deprecate several fields in the <code>tool.poetry</code> section in favor of the respective fields in the <code>project</code> section in the <code>pyproject.toml</code> file (<a href="https://redirect.github.com/python-poetry/poetry/pull/9135">#9135</a>).</li> <li>Deprecate <code>poetry install --sync</code> in favor of <code>poetry sync</code> (<a href="https://redirect.github.com/python-poetry/poetry/pull/9801">#9801</a>).</li> <li>Upgrade the warning if the current project cannot be installed to an error (<a href="https://redirect.github.com/python-poetry/poetry/pull/9333">#9333</a>).</li> <li>Remove special handling for <code>platformdirs 2.0</code> macOS config directory (<a href="https://redirect.github.com/python-poetry/poetry/pull/8916">#8916</a>).</li> <li>Tweak PEP 517 builds (<a href="https://redirect.github.com/python-poetry/poetry/pull/9094">#9094</a>).</li> <li>Use Poetry instead of pip to manage dependencies in isolated build environments (<a href="https://redirect.github.com/python-poetry/poetry/pull/9168">#9168</a>, <a href="https://redirect.github.com/python-poetry/poetry/pull/9227">#9227</a>).</li> <li>Trust empty <code>Requires-Dist</code> with modern metadata (<a href="https://redirect.github.com/python-poetry/poetry/pull/9078">#9078</a>).</li> <li>Do PEP 517 builds instead of parsing <code>setup.py</code> to determine dependencies (<a href="https://redirect.github.com/python-poetry/poetry/pull/9099">#9099</a>).</li> <li>Drop support for reading lock files prior version 1.0 (created with Poetry prior 1.1) (<a href="https://redirect.github.com/python-poetry/poetry/pull/9345">#9345</a>).</li> <li>Default to <code>>=</code> instead of <code>^</code> for the Python requirement when initializing a new project (<a href="https://redirect.github.com/python-poetry/poetry/pull/9558">#9558</a>).</li> <li>Limit <code>build-system</code> to the current major version of <code>poetry-core</code> when initializing a new project (<a href="https://redirect.github.com/python-poetry/poetry/pull/9812">#9812</a>).</li> <li>Remove pip-based installation, i.e. <code>installer.modern-installation = false</code> (<a href="https://redirect.github.com/python-poetry/poetry/pull/9392">#9392</a>).</li> <li>Remove <code>virtualenvs.options.no-setuptools</code> config option and never include <code>setuptools</code> per default (<a href="https://redirect.github.com/python-poetry/poetry/pull/9331">#9331</a>).</li> <li>Rename exceptions to have an <code>Error</code> suffix (<a href="https://redirect.github.com/python-poetry/poetry/pull/9705">#9705</a>).</li> <li>Remove deprecated CLI options and methods and revoke the deprecation of <code>--dev</code> (<a href="https://redirect.github.com/python-poetry/poetry/pull/9732">#9732</a>).</li> <li>Ignore installed packages during dependency resolution (<a href="https://redirect.github.com/python-poetry/poetry/pull/9851">#9851</a>).</li> <li>Improve the error message on upload failure (<a href="https://redirect.github.com/python-poetry/poetry/pull/9701">#9701</a>).</li> </ul> </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.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> <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> <li>Add backend support for legacy repository search (<a href="https://redirect.github.com/python-poetry/poetry/pull/9132">#9132</a>).</li> <li>Add support to resume downloads from connection resets (<a href="https://redirect.github.com/python-poetry/poetry/pull/9422">#9422</a>).</li> <li>Add the option to define a constraint for the required Poetry version to manage the project (<a href="https://redirect.github.com/python-poetry/poetry/pull/9547">#9547</a>).</li> <li>Add an <code>--all-groups</code> option to <code>poetry install</code> (<a href="https://redirect.github.com/python-poetry/poetry/pull/9744">#9744</a>).</li> <li>Add an <code>poetry env activate</code> command as replacement of <code>poetry shell</code> (<a href="https://redirect.github.com/python-poetry/poetry/pull/9763">#9763</a>).</li> <li>Add a <code>--markers</code> option to <code>poetry add</code> to add a dependency with markers (<a href="https://redirect.github.com/python-poetry/poetry/pull/9814">#9814</a>).</li> <li>Add a <code>--migrate</code> option to <code>poetry config</code> to migrate outdated configs (<a href="https://redirect.github.com/python-poetry/poetry/pull/9830">#9830</a>).</li> <li>Add a <code>--project</code> option to search the <code>pyproject.toml</code> file in another directory without switching the directory (<a href="https://redirect.github.com/python-poetry/poetry/pull/9831">#9831</a>).</li> <li>Add support for shortened hashes to define git dependencies (<a href="https://redirect.github.com/python-poetry/poetry/pull/9748">#9748</a>).</li> <li>Add partial support for conflicting extras (<a href="https://redirect.github.com/python-poetry/poetry/pull/9553">#9553</a>).</li> <li>Add a <code>poetry sync</code> command as replacement of <code>poetry install --sync</code> (<a href="https://redirect.github.com/python-poetry/poetry/pull/9801">#9801</a>).</li> </ul> <h3>Changed</h3> <ul> <li><strong>Change the default behavior of <code>poetry lock</code> to <code>--no-update</code> and introduce a <code>--regenerate</code> option for the old default behavior</strong> (<a href="https://redirect.github.com/python-poetry/poetry/pull/9327">#9327</a>).</li> <li><strong>Remove the dependency on <code>poetry-plugin-export</code> so that <code>poetry export</code> is not included per default</strong> (<a href="https://redirect.github.com/python-poetry/poetry/pull/5980">#5980</a>).</li> <li><strong>Outsource <code>poetry shell</code> into <code>poetry-plugin-shell</code></strong> (<a href="https://redirect.github.com/python-poetry/poetry/pull/9763">#9763</a>).</li> <li><strong>Change the interface of <code>poetry add --optional</code> to require an extra the optional dependency is added to</strong> (<a href="https://redirect.github.com/python-poetry/poetry/pull/9135">#9135</a>).</li> <li><strong>Actually switch the directory when using <code>--directory</code>/<code>-C</code></strong> (<a href="https://redirect.github.com/python-poetry/poetry/pull/9831">#9831</a>).</li> <li><strong>Drop support for Python 3.8</strong> (<a href="https://redirect.github.com/python-poetry/poetry/pull/9692">#9692</a>).</li> <li>Rename <code>experimental.system-git-client</code> to <code>experimental.system-git</code> (<a href="https://redirect.github.com/python-poetry/poetry/pull/9787">#9787</a>, <a href="https://redirect.github.com/python-poetry/poetry/pull/9795">#9795</a>).</li> <li>Replace <code>virtualenvs.prefer-active-python</code> by the inverse setting <code>virtualenvs.use-poetry-python</code> and prefer the active Python by default (<a href="https://redirect.github.com/python-poetry/poetry/pull/9786">#9786</a>).</li> <li>Deprecate several fields in the <code>tool.poetry</code> section in favor of the respective fields in the <code>project</code> section in the <code>pyproject.toml</code> file (<a href="https://redirect.github.com/python-poetry/poetry/pull/9135">#9135</a>).</li> <li>Deprecate <code>poetry install --sync</code> in favor of <code>poetry sync</code> (<a href="https://redirect.github.com/python-poetry/poetry/pull/9801">#9801</a>).</li> <li>Upgrade the warning if the current project cannot be installed to an error (<a href="https://redirect.github.com/python-poetry/poetry/pull/9333">#9333</a>).</li> <li>Remove special handling for <code>platformdirs 2.0</code> macOS config directory (<a href="https://redirect.github.com/python-poetry/poetry/pull/8916">#8916</a>).</li> <li>Tweak PEP 517 builds (<a href="https://redirect.github.com/python-poetry/poetry/pull/9094">#9094</a>).</li> <li>Use Poetry instead of pip to manage dependencies in isolated build environments (<a href="https://redirect.github.com/python-poetry/poetry/pull/9168">#9168</a>, <a href="https://redirect.github.com/python-poetry/poetry/pull/9227">#9227</a>).</li> <li>Trust empty <code>Requires-Dist</code> with modern metadata (<a href="https://redirect.github.com/python-poetry/poetry/pull/9078">#9078</a>).</li> <li>Do PEP 517 builds instead of parsing <code>setup.py</code> to determine dependencies (<a href="https://redirect.github.com/python-poetry/poetry/pull/9099">#9099</a>).</li> <li>Drop support for reading lock files prior version 1.0 (created with Poetry prior 1.1) (<a href="https://redirect.github.com/python-poetry/poetry/pull/9345">#9345</a>).</li> <li>Default to <code>>=</code> instead of <code>^</code> for the Python requirement when initializing a new project (<a href="https://redirect.github.com/python-poetry/poetry/pull/9558">#9558</a>).</li> <li>Limit <code>build-system</code> to the current major version of <code>poetry-core</code> when initializing a new project (<a href="https://redirect.github.com/python-poetry/poetry/pull/9812">#9812</a>).</li> <li>Remove pip-based installation, i.e. <code>installer.modern-installation = false</code> (<a href="https://redirect.github.com/python-poetry/poetry/pull/9392">#9392</a>).</li> <li>Remove <code>virtualenvs.options.no-setuptools</code> config option and never include <code>setuptools</code> per default (<a href="https://redirect.github.com/python-poetry/poetry/pull/9331">#9331</a>).</li> <li>Rename exceptions to have an <code>Error</code> suffix (<a href="https://redirect.github.com/python-poetry/poetry/pull/9705">#9705</a>).</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-poetry/poetry/commit/8cad7a423b459871e9ed6094252b15c9ddb8a7dd"><code>8cad7a4</code></a> release: bump version to 2.0.0</li> <li><a href="https://github.com/python-poetry/poetry/commit/714c0249f5ee5d772c9125a7c74e038709750a37"><code>714c024</code></a> chore: update dependencies and fix warnings (<a href="https://redirect.github.com/python-poetry/poetry/issues/9933">#9933</a>)</li> <li><a href="https://github.com/python-poetry/poetry/commit/b9646bdd09ae7569bab36db5aade5c88e66c3de0"><code>b9646bd</code></a> Remove outdated <code>poetry lock --no-update</code> suggestion (<a href="https://redirect.github.com/python-poetry/poetry/issues/9936">#9936</a>)</li> <li><a href="https://github.com/python-poetry/poetry/commit/d9f1914c8ce16521d2f7cd37da654d6a1ecc1469"><code>d9f1914</code></a> ci: use current vercel version (<a href="https://redirect.github.com/python-poetry/poetry/issues/9926">#9926</a>)</li> <li><a href="https://github.com/python-poetry/poetry/commit/756e1a377dba2282a7a29d768131e1498556393f"><code>756e1a3</code></a> introduce <code>sync</code> command and deprecate <code>install --sync</code> (<a href="https://redirect.github.com/python-poetry/poetry/issues/9801">#9801</a>)</li> <li><a href="https://github.com/python-poetry/poetry/commit/2d540ea83bc0238b25f5bc1ee367b0b2fac6c0d4"><code>2d540ea</code></a> chore: update github actions (<a href="https://redirect.github.com/python-poetry/poetry/issues/9922">#9922</a>)</li> <li><a href="https://github.com/python-poetry/poetry/commit/a7079acc7631eda4f7ba0f9a34d8d1468d50cba3"><code>a7079ac</code></a> remove: improve error message when trying to remove a package from a project ...</li> <li><a href="https://github.com/python-poetry/poetry/commit/2da550aa53e99b766efa3f398c83fed0559e6a25"><code>2da550a</code></a> PEP 621: fix <code>poetry source add</code> if there is no <code>tool.poetry</code> section yet (<a href="https://redirect.github.com/python-poetry/poetry/issues/9">#9</a>...</li> <li><a href="https://github.com/python-poetry/poetry/commit/625f42ef96f8321f4e1649f38e39e71cd2b09f3e"><code>625f42e</code></a> fix: properly close streaming requests when not completely consumed (<a href="https://redirect.github.com/python-poetry/poetry/issues/9899">#9899</a>)</li> <li><a href="https://github.com/python-poetry/poetry/commit/21e30b10ccc202e6b3f12b5223bb738da23c84bf"><code>21e30b1</code></a> docs: fix "introduced version" for <code>installer.only-binary</code> and make headings ...</li> <li>Additional commits viewable in <a href="https://github.com/python-poetry/poetry/compare/1.8.5...2.0.0">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.5&new-version=2.0.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