Commit 92fbff4
authored
Bump importlib-metadata from 8.7.0 to 8.7.1 (#25693)
Bumps [importlib-metadata](https://github.com/python/importlib_metadata)
from 8.7.0 to 8.7.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>v8.7.1</h1>
<h2>Bugfixes</h2>
<ul>
<li>Fixed errors in FastPath under fork-multiprocessing. (<a
href="https://redirect.github.com/python/importlib_metadata/issues/520">#520</a>)</li>
<li>Removed cruft from Python 3.8. (<a
href="https://redirect.github.com/python/importlib_metadata/issues/524">#524</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/importlib_metadata/commit/84e9028d39062af975d0659c0e987c28bcc808a5"><code>84e9028</code></a>
Finalize</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/36ed6f69888bba8cbabd3963714630ead6bdb762"><code>36ed6f6</code></a>
Merge pull request <a
href="https://redirect.github.com/python/importlib_metadata/issues/521">#521</a>
from 2xB/fix520</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/f6eee5671a3e9e1cb56a6d3a6219145c19518713"><code>f6eee56</code></a>
Rely on passthrough to designate a wrapper for its side effect.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/3c9510bf848fd4031e76028da0c9f60129047546"><code>3c9510b</code></a>
Prefer noop for degenerate behavior.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/a36bab926643dcd67513851d5bebc285ef9ac681"><code>a36bab9</code></a>
Avoid if block.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/8dd2937cf852eb0d9ad96d4e45ed3470e80c1463"><code>8dd2937</code></a>
Decouple clear_after_fork from lru_cache and then compose.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/1da3f456ab53832fd6e1236f2338388d9ea0b0c6"><code>1da3f45</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/a1c25d8f2dc50abec65e4cf6d733b15d73c2f3b1"><code>a1c25d8</code></a>
🧎♀️ Genuflect to the types.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/4e962a8498990ba82120e7a58ce71abedefa0003"><code>4e962a8</code></a>
👹 Feed the hobgoblins (delint).</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/6a30ab96290b18c0b9805268a201ca5011c1feae"><code>6a30ab9</code></a>
Allow initial currsize to be greater than one (as happens when running
the te...</li>
<li>Additional commits viewable in <a
href="https://github.com/python/importlib_metadata/compare/v8.7.0...v8.7.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 f14d68f commit 92fbff4
1 file changed
+3
-3
lines changed| 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