Skip to content

Commit f8234b6

Browse files
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=importlib-metadata&package-manager=pip&previous-version=9.0.0&new-version=9.0.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 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

File tree

‎requirements.txt‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --generate-hashes requirements.in -o requirements.txt
3-
importlib-metadata==9.0.0 \
4-
--hash=sha256:2d21d1cc5a017bd0559e36150c21c830ab1dc304dedd1b7ea85d20f45ef3edd7 \
5-
--hash=sha256:a4f57ab599e6a2e3016d7595cfd72eb4661a5106e787a95bcc90c7105b831efc
3+
importlib-metadata==9.0.1 \
4+
--hash=sha256:ab830580bc0ef3db61ce8fae716389e5462b67e033018bab6d8f80ef17172f99 \
5+
--hash=sha256:bba5600596a7e21f3eef53281cf28d6a5195634d2f2b78ff9501a3272c6eaab0
66
# via -r requirements.in
77
microvenv==2025.0 \
88
--hash=sha256:568155ec18af01c89f270d35d123ab803b09672b480c3702d15fd69e9cc5bd1e \

0 commit comments

Comments
 (0)