Skip to content

Commit

Permalink
Bump poetry from 1.6.1 to 1.7.1 (#33)
Browse files Browse the repository at this point in the history
Bumps [poetry](https://github.com/python-poetry/poetry) from 1.6.1 to
1.7.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>1.7.1</h2>
<h3>Fixed</h3>
<ul>
<li>Fix an issue where sdists that call CLI tools of their build
requirements could not be installed (<a
href="https://github.com/python-poetry/poetry/pull/8630">#8630</a>).</li>
<li>Fix an issue where sdists with symlinks could not be installed due
to a broken tarfile datafilter (<a
href="https://github.com/python-poetry/poetry/pull/8649">#8649</a>).</li>
<li>Fix an issue where <code>poetry init</code> failed when trying to
add dependencies (<a
href="https://github.com/python-poetry/poetry/pull/8655">#8655</a>).</li>
<li>Fix an issue where <code>poetry install</code> failed if
<code>virtualenvs.create</code> was set to <code>false</code> (<a
href="https://github.com/python-poetry/poetry/pull/8672">#8672</a>).</li>
</ul>
<h2>1.7.0</h2>
<h3>Added</h3>
<ul>
<li><strong>Add official support for Python 3.12</strong> (<a
href="https://github.com/python-poetry/poetry/pull/7803">#7803</a>,
<a
href="https://github.com/python-poetry/poetry/pull/8544">#8544</a>).</li>
<li><strong>Print a future warning that
<code>poetry-plugin-export</code> will not be installed by default
anymore</strong> (<a
href="https://github.com/python-poetry/poetry/pull/8562">#8562</a>).</li>
<li>Add <code>poetry-install</code> pre-commit hook (<a
href="https://github.com/python-poetry/poetry/pull/8327">#8327</a>).</li>
<li>Add <code>--next-phase</code> option to <code>poetry version</code>
(<a
href="https://github.com/python-poetry/poetry/pull/8089">#8089</a>).</li>
<li>Print a warning when overwriting files from another package at
installation (<a
href="https://github.com/python-poetry/poetry/pull/8386">#8386</a>).</li>
<li>Print a warning if the current project cannot be installed (<a
href="https://github.com/python-poetry/poetry/pull/8369">#8369</a>).</li>
<li>Report more details on build backend exceptions (<a
href="https://github.com/python-poetry/poetry/pull/8464">#8464</a>).</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Set Poetry as <code>user-agent</code> for all HTTP requests (<a
href="https://github.com/python-poetry/poetry/pull/8394">#8394</a>).</li>
<li>Do not install <code>setuptools</code> per default in Python 3.12
(<a
href="https://github.com/python-poetry/poetry/pull/7803">#7803</a>).</li>
<li>Do not install <code>wheel</code> per default (<a
href="https://github.com/python-poetry/poetry/pull/7803">#7803</a>).</li>
<li>Remove <code>setuptools</code> and <code>wheel</code> when running
<code>poetry install --sync</code> if they are not required by the
project (<a
href="https://github.com/python-poetry/poetry/pull/%5B#8600%5D(https://github.com/python-poetry/poetry/issues/8600)">#8600</a>).</li>
<li>Improve error message about PEP-517 support (<a
href="https://github.com/python-poetry/poetry/pull/8463">#8463</a>).</li>
<li>Improve <code>keyring</code> handling (<a
href="https://github.com/python-poetry/poetry/pull/8227">#8227</a>).</li>
<li>Read the <code>description</code> field when extracting metadata
from <code>setup.py</code> files (<a
href="https://github.com/python-poetry/poetry/pull/8545">#8545</a>).</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><strong>Fix an issue where dependencies of inactive extras were
locked and installed</strong> (<a
href="https://github.com/python-poetry/poetry/pull/8399">#8399</a>).</li>
<li><strong>Fix an issue where build requirements were not installed due
to a race condition in the artifact cache</strong> (<a
href="https://github.com/python-poetry/poetry/pull/8517">#8517</a>).</li>
<li>Fix an issue where packages included in the system site packages
were installed even though
<code>virtualenvs.options.system-site-packages</code> was set (<a
href="https://github.com/python-poetry/poetry/pull/8359">#8359</a>).</li>
<li>Fix an issue where git dependencies' submodules with relative URLs
were handled incorrectly (<a
href="https://github.com/python-poetry/poetry/pull/8020">#8020</a>).</li>
<li>Fix an issue where a failed installation of build dependencies was
not noticed directly (<a
href="https://github.com/python-poetry/poetry/pull/8479">#8479</a>).</li>
<li>Fix an issue where <code>poetry shell</code> did not work completely
with <code>nushell</code> (<a
href="https://github.com/python-poetry/poetry/pull/8478">#8478</a>).</li>
<li>Fix an issue where a confusing error messages was displayed when
running <code>poetry config pypi-token.pypi</code> without a value (<a
href="https://github.com/python-poetry/poetry/pull/8502">#8502</a>).</li>
<li>Fix an issue where a cryptic error message is printed if there is no
metadata entry in the lockfile (<a
href="https://github.com/python-poetry/poetry/pull/8523">#8523</a>).</li>
<li>Fix an issue with the encoding with special characters in the
virtualenv's path (<a
href="https://github.com/python-poetry/poetry/pull/8565">#8565</a>).</li>
<li>Fix an issue where the connection pool size was not adjusted to the
number of workers (<a
href="https://github.com/python-poetry/poetry/pull/8559">#8559</a>).</li>
</ul>
<h3>Docs</h3>
<ul>
<li>Improve the wording regarding a project's supported Python range (<a
href="https://github.com/python-poetry/poetry/pull/8423">#8423</a>).</li>
<li>Make <code>pipx</code> the preferred (first mentioned) installation
method (<a
href="https://github.com/python-poetry/poetry/pull/8090">#8090</a>).</li>
<li>Add a warning about <code>poetry self</code> on Windows (<a
href="https://github.com/python-poetry/poetry/pull/8090">#8090</a>).</li>
<li>Fix example for <code>poetry add</code> with a git dependency (<a
href="https://github.com/python-poetry/poetry/pull/8438">#8438</a>).</li>
<li>Add information about auto-included files in wheels and sdist (<a
href="https://github.com/python-poetry/poetry/pull/8555">#8555</a>).</li>
<li>Fix documentation of the <code>POETRY_REPOSITORIES_</code> variables
docs (<a
href="https://github.com/python-poetry/poetry/pull/8492">#8492</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/master/CHANGELOG.md">poetry's
changelog</a>.</em></p>
<blockquote>
<h2>[1.7.1] - 2023-11-16</h2>
<h3>Fixed</h3>
<ul>
<li>Fix an issue where sdists that call CLI tools of their build
requirements could not be installed (<a
href="https://github.com/python-poetry/poetry/pull/8630">#8630</a>).</li>
<li>Fix an issue where sdists with symlinks could not be installed due
to a broken tarfile datafilter (<a
href="https://github.com/python-poetry/poetry/pull/8649">#8649</a>).</li>
<li>Fix an issue where <code>poetry init</code> failed when trying to
add dependencies (<a
href="https://github.com/python-poetry/poetry/pull/8655">#8655</a>).</li>
<li>Fix an issue where <code>poetry install</code> failed if
<code>virtualenvs.create</code> was set to <code>false</code> (<a
href="https://github.com/python-poetry/poetry/pull/8672">#8672</a>).</li>
</ul>
<h2>[1.7.0] - 2023-11-03</h2>
<h3>Added</h3>
<ul>
<li><strong>Add official support for Python 3.12</strong> (<a
href="https://github.com/python-poetry/poetry/pull/7803">#7803</a>,
<a
href="https://github.com/python-poetry/poetry/pull/8544">#8544</a>).</li>
<li><strong>Print a future warning that
<code>poetry-plugin-export</code> will not be installed by default
anymore</strong> (<a
href="https://github.com/python-poetry/poetry/pull/8562">#8562</a>).</li>
<li>Add <code>poetry-install</code> pre-commit hook (<a
href="https://github.com/python-poetry/poetry/pull/8327">#8327</a>).</li>
<li>Add <code>--next-phase</code> option to <code>poetry version</code>
(<a
href="https://github.com/python-poetry/poetry/pull/8089">#8089</a>).</li>
<li>Print a warning when overwriting files from another package at
installation (<a
href="https://github.com/python-poetry/poetry/pull/8386">#8386</a>).</li>
<li>Print a warning if the current project cannot be installed (<a
href="https://github.com/python-poetry/poetry/pull/8369">#8369</a>).</li>
<li>Report more details on build backend exceptions (<a
href="https://github.com/python-poetry/poetry/pull/8464">#8464</a>).</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Set Poetry as <code>user-agent</code> for all HTTP requests (<a
href="https://github.com/python-poetry/poetry/pull/8394">#8394</a>).</li>
<li>Do not install <code>setuptools</code> per default in Python 3.12
(<a
href="https://github.com/python-poetry/poetry/pull/7803">#7803</a>).</li>
<li>Do not install <code>wheel</code> per default (<a
href="https://github.com/python-poetry/poetry/pull/7803">#7803</a>).</li>
<li>Remove <code>setuptools</code> and <code>wheel</code> when running
<code>poetry install --sync</code> if they are not required by the
project (<a
href="https://github.com/python-poetry/poetry/pull/%5B#8600%5D(https://github.com/python-poetry/poetry/issues/8600)">#8600</a>).</li>
<li>Improve error message about PEP-517 support (<a
href="https://github.com/python-poetry/poetry/pull/8463">#8463</a>).</li>
<li>Improve <code>keyring</code> handling (<a
href="https://github.com/python-poetry/poetry/pull/8227">#8227</a>).</li>
<li>Read the <code>description</code> field when extracting metadata
from <code>setup.py</code> files (<a
href="https://github.com/python-poetry/poetry/pull/8545">#8545</a>).</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><strong>Fix an issue where dependencies of inactive extras were
locked and installed</strong> (<a
href="https://github.com/python-poetry/poetry/pull/8399">#8399</a>).</li>
<li><strong>Fix an issue where build requirements were not installed due
to a race condition in the artifact cache</strong> (<a
href="https://github.com/python-poetry/poetry/pull/8517">#8517</a>).</li>
<li>Fix an issue where packages included in the system site packages
were installed even though
<code>virtualenvs.options.system-site-packages</code> was set (<a
href="https://github.com/python-poetry/poetry/pull/8359">#8359</a>).</li>
<li>Fix an issue where git dependencies' submodules with relative URLs
were handled incorrectly (<a
href="https://github.com/python-poetry/poetry/pull/8020">#8020</a>).</li>
<li>Fix an issue where a failed installation of build dependencies was
not noticed directly (<a
href="https://github.com/python-poetry/poetry/pull/8479">#8479</a>).</li>
<li>Fix an issue where <code>poetry shell</code> did not work completely
with <code>nushell</code> (<a
href="https://github.com/python-poetry/poetry/pull/8478">#8478</a>).</li>
<li>Fix an issue where a confusing error messages was displayed when
running <code>poetry config pypi-token.pypi</code> without a value (<a
href="https://github.com/python-poetry/poetry/pull/8502">#8502</a>).</li>
<li>Fix an issue where a cryptic error message is printed if there is no
metadata entry in the lockfile (<a
href="https://github.com/python-poetry/poetry/pull/8523">#8523</a>).</li>
<li>Fix an issue with the encoding with special characters in the
virtualenv's path (<a
href="https://github.com/python-poetry/poetry/pull/8565">#8565</a>).</li>
<li>Fix an issue where the connection pool size was not adjusted to the
number of workers (<a
href="https://github.com/python-poetry/poetry/pull/8559">#8559</a>).</li>
</ul>
<h3>Docs</h3>
<ul>
<li>Improve the wording regarding a project's supported Python range (<a
href="https://github.com/python-poetry/poetry/pull/8423">#8423</a>).</li>
<li>Make <code>pipx</code> the preferred (first mentioned) installation
method (<a
href="https://github.com/python-poetry/poetry/pull/8090">#8090</a>).</li>
<li>Add a warning about <code>poetry self</code> on Windows (<a
href="https://github.com/python-poetry/poetry/pull/8090">#8090</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/8fe16f82ed3d0379e9a187909203700c9fb332e7"><code>8fe16f8</code></a>
release: bump version to 1.7.1</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/4b8c6a05cabe873b248964460210709e19c3856a"><code>4b8c6a0</code></a>
fix for missing pyvenv.cfg with virtualenvs.create=false (<a
href="https://github.com/python-poetry/poetry/issues/8672">#8672</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/2447ac12ed3409a165d9f22da8884307c69ffbe1"><code>2447ac1</code></a>
fix <code>poetry init</code> (<a
href="https://github.com/python-poetry/poetry/issues/8655">#8655</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/84f7ee34b4e6d552e96fa039a7d6eb8557cbf075"><code>84f7ee3</code></a>
avoid broken tarfile datafilter (<a
href="https://github.com/python-poetry/poetry/issues/8649">#8649</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/ba0caff864e405454d099001972488bf9cee6c2f"><code>ba0caff</code></a>
installer: fix PATH when building a dependency from source (<a
href="https://github.com/python-poetry/poetry/issues/8630">#8630</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/5f08ac19f2719c2f805bc863f61c2ea74a0db5b4"><code>5f08ac1</code></a>
release: bump version to 1.7.0</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/930ac5a2b1106ce840d3c5291395c8573935da52"><code>930ac5a</code></a>
solver: ignore dependencies that are only relevant for inactive extras
(<a
href="https://github.com/python-poetry/poetry/issues/8399">#8399</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/abd993cbc1c9d4a0afbfe61b8e659519b75f3531"><code>abd993c</code></a>
remove special cases for setuptools and wheel (<a
href="https://github.com/python-poetry/poetry/issues/8600">#8600</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/a029b367a88abafb1fda4349b0f1e763df61f583"><code>a029b36</code></a>
chore: update dependencies, fix some lower bounds (<a
href="https://github.com/python-poetry/poetry/issues/8596">#8596</a>)</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/bab5ad0ed661479fcd29bb6f31570413bfbb62bf"><code>bab5ad0</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://github.com/python-poetry/poetry/issues/8595">#8595</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/python-poetry/poetry/compare/1.6.1...1.7.1">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.6.1&new-version=1.7.1)](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>
  • Loading branch information
dependabot[bot] authored Nov 21, 2023
1 parent fcd7647 commit a54d50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
poetry==1.6.1
poetry==1.7.1
pre-commit==3.5.0
wheel==0.41.3

0 comments on commit a54d50f

Please sign in to comment.