Commit f8234b6
Bump importlib-metadata from 9.0.0 to 9.0.1 (#26135)
Bumps [importlib-metadata](https://github.com/python/importlib_metadata)
from 9.0.0 to 9.0.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python/importlib_metadata/blob/main/NEWS.rst">importlib-metadata's
changelog</a>.</em></p>
<blockquote>
<h1>v9.0.1</h1>
<h2>Bugfixes</h2>
<ul>
<li>Marked the <code>other</code> parameter of
<code>SimplePath.joinpath</code> and <code>SimplePath.__truediv__</code>
positional-only, so <code>pathlib.Path</code> satisfies the protocol
under type checkers that compare parameter names. (<a
href="https://redirect.github.com/python/importlib_metadata/issues/542">#542</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/importlib_metadata/commit/c5acd62aee92667de3d245a786cce14718cfe786"><code>c5acd62</code></a>
Finalize</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/2f377252aa18a3f286c18b0780e33d42a380a064"><code>2f37725</code></a>
👹 Feed the hobgoblins (delint).</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/91b99f09573f5ec0237c3f99ca3fd07e9eb6ba7d"><code>91b99f0</code></a>
Merge <a
href="https://github.com/jaraco/skeleton">https://github.com/jaraco/skeleton</a></li>
<li><a
href="https://github.com/python/importlib_metadata/commit/2c43cdf7c2faa369083118742a036303b85edf66"><code>2c43cdf</code></a><code>jaraco/skeleton#215</code></li>
<li><a
href="https://github.com/python/importlib_metadata/commit/458fdc3bc3500c827ead2369fb27857c18dee093"><code>458fdc3</code></a>
Fix B006 by using an immutable type from the future.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/7b599977ebff18214f21d067ecb025ff2117e599"><code>7b59997</code></a>
Disable nuisance B006; the proposed fix is inelegant.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/ecfcc3836a004c0140b2f277859c5026e2166bd6"><code>ecfcc38</code></a>
👹 Feed the hobgoblins (delint).</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/7b7120264bb4158b9c5845c2ac0d5787e5ff9e58"><code>7b71202</code></a>
👹 Feed the hobgoblins (delint).</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/dbbc36b0662bd088e5fbf6d9fc5011fa12d842c9"><code>dbbc36b</code></a>
Merge <a
href="https://github.com/jaraco/skeleton">https://github.com/jaraco/skeleton</a></li>
<li><a
href="https://github.com/python/importlib_metadata/commit/49ee2dc432c4892542247ba6b1bae00e54f8dc89"><code>49ee2dc</code></a>
Merge pull request <a
href="https://redirect.github.com/python/importlib_metadata/issues/543">#543</a>
from gaborbernat/simplepath-positional-only</li>
<li>Additional commits viewable in <a
href="https://github.com/python/importlib_metadata/compare/v9.0.0...v9.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 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>
Co-authored-by: Bill Schnurr <bschnurr@hotmail.com>1 parent 3d7eb01 commit f8234b6
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments