Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Build(deps): Bump pdm from 2.17.1 to 2.17.3 (#1163)
Browse files Browse the repository at this point in the history
Bumps [pdm](https://github.com/pdm-project/pdm) from 2.17.1 to 2.17.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pdm-project/pdm/releases">pdm's
releases</a>.</em></p>
<blockquote>
<h2>v2.17.3</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Fix a crash issue when <code>requires-python</code> is absent in the
project metadata. (<a
href="https://redirect.github.com/pdm-project/pdm/issues/3062">#3062</a>)</li>
<li>Now correctly sets related config for PDM_IGNORE_SAVED_PYTHON when
it is set to &quot;false&quot;, &quot;no&quot;, &quot;0&quot;. (<a
href="https://redirect.github.com/pdm-project/pdm/issues/3064">#3064</a>)</li>
<li>Fix a bug that PDM plugins installed from project-root cannot be
loaded, if they have dependencies. (<a
href="https://redirect.github.com/pdm-project/pdm/issues/3067">#3067</a>)</li>
</ul>
<h2>v2.17.2</h2>
<h3>Features &amp; Improvements</h3>
<ul>
<li>Improve the installation progress output to show the time elapsed.
(<a
href="https://redirect.github.com/pdm-project/pdm/issues/3051">#3051</a>)</li>
<li>The effect of <code>pypi.ignore_stored_index</code> changes a bit.
Now even if it is true, index configurations in the config will still be
loaded if the index is listed in the <code>pyproject.toml</code>. (<a
href="https://redirect.github.com/pdm-project/pdm/issues/3052">#3052</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Ignore invalid requires-python values from index. (<a
href="https://redirect.github.com/pdm-project/pdm/issues/3038">#3038</a>)</li>
<li>Fix the group selection logic, to make <code>--without GROUP</code>
work as expected. (<a
href="https://redirect.github.com/pdm-project/pdm/issues/3045">#3045</a>)</li>
<li>Suppress outputs for <code>pdm python install --quiet</code>. (<a
href="https://redirect.github.com/pdm-project/pdm/issues/3049">#3049</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pdm-project/pdm/blob/main/CHANGELOG.md">pdm's
changelog</a>.</em></p>
<blockquote>
<h2>Release v2.17.3 (2024-08-01)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Fix a crash issue when <code>requires-python</code> is absent in the
project metadata. (<a
href="https://redirect.github.com/pdm-project/pdm/issues/3062">#3062</a>)</li>
<li>Now correctly sets related config for PDM_IGNORE_SAVED_PYTHON when
it is set to &quot;false&quot;, &quot;no&quot;, &quot;0&quot;. (<a
href="https://redirect.github.com/pdm-project/pdm/issues/3064">#3064</a>)</li>
<li>Fix a bug that PDM plugins installed from project-root cannot be
loaded, if they have dependencies. (<a
href="https://redirect.github.com/pdm-project/pdm/issues/3067">#3067</a>)</li>
</ul>
<h2>Release v2.17.2 (2024-07-31)</h2>
<h3>Features &amp; Improvements</h3>
<ul>
<li>Improve the installation progress output to show the time elapsed.
(<a
href="https://redirect.github.com/pdm-project/pdm/issues/3051">#3051</a>)</li>
<li>The effect of <code>pypi.ignore_stored_index</code> changes a bit.
Now even if it is true, index configurations in the config will still be
loaded if the index is listed in the <code>pyproject.toml</code>. (<a
href="https://redirect.github.com/pdm-project/pdm/issues/3052">#3052</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Ignore invalid requires-python values from index. (<a
href="https://redirect.github.com/pdm-project/pdm/issues/3038">#3038</a>)</li>
<li>Fix the group selection logic, to make <code>--without GROUP</code>
work as expected. (<a
href="https://redirect.github.com/pdm-project/pdm/issues/3045">#3045</a>)</li>
<li>Suppress outputs for <code>pdm python install --quiet</code>. (<a
href="https://redirect.github.com/pdm-project/pdm/issues/3049">#3049</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pdm-project/pdm/commit/3d3c8492abd231a1a9ad716c37e204d37838727f"><code>3d3c849</code></a>
chore: Release 2.17.3</li>
<li><a
href="https://github.com/pdm-project/pdm/commit/7ecf86d61bc637a50421d05f8a68b962d86e35fa"><code>7ecf86d</code></a>
fix: rename the news</li>
<li><a
href="https://github.com/pdm-project/pdm/commit/08c58f73a42ee12df495aa28212bfa4bf67e97e0"><code>08c58f7</code></a>
fix: PDM plugins installed from project-root cannot be loaded, if they
have d...</li>
<li><a
href="https://github.com/pdm-project/pdm/commit/c81b1a0ed786cb36a9941d394af182f0b02e5cf1"><code>c81b1a0</code></a>
fix: Ensure bool pdm ignore saved python (<a
href="https://redirect.github.com/pdm-project/pdm/issues/3064">#3064</a>)</li>
<li><a
href="https://github.com/pdm-project/pdm/commit/46c72bec5124dd38c1ea01b64970badedfc4a804"><code>46c72be</code></a>
fix: No requires-python in project metadata crashes pdm (<a
href="https://redirect.github.com/pdm-project/pdm/issues/3068">#3068</a>)</li>
<li><a
href="https://github.com/pdm-project/pdm/commit/5f8e4cf66c16ba4adcfae5349d885874448df80e"><code>5f8e4cf</code></a>
doc: fix changelog</li>
<li><a
href="https://github.com/pdm-project/pdm/commit/fa61dbc9afdb102a4839035f2d68521813a5ebf1"><code>fa61dbc</code></a>
chore: Release 2.17.2</li>
<li><a
href="https://github.com/pdm-project/pdm/commit/2e33be18d542557c2f1cc0065e7ba6a339661138"><code>2e33be1</code></a>
fix: Allow to disable default PyPI without overriding it (<a
href="https://redirect.github.com/pdm-project/pdm/issues/3061">#3061</a>)</li>
<li><a
href="https://github.com/pdm-project/pdm/commit/7112b4e24e746b176b7724d46904114d9e21a08d"><code>7112b4e</code></a>
feat: Display Installation Time (<a
href="https://redirect.github.com/pdm-project/pdm/issues/3060">#3060</a>)</li>
<li><a
href="https://github.com/pdm-project/pdm/commit/7c588873193e9150b3a33e6be770171d7edf2f34"><code>7c58887</code></a>
feat: replace literal types with type aliases (<a
href="https://redirect.github.com/pdm-project/pdm/issues/3056">#3056</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pdm-project/pdm/compare/2.17.1...2.17.3">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pdm&package-manager=pip&previous-version=2.17.1&new-version=2.17.3)](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
tmke8 authored Aug 13, 2024
2 parents 8572491 + 832f065 commit 4c26799
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4c26799

Please sign in to comment.