Skip to content

Commit cb31457

Browse files
Bump importlib-metadata from 8.0.0 to 8.1.0 (microsoft#23864)
Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 8.0.0 to 8.1.0. <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.1.0</h1> <h2>Features</h2> <ul> <li>Prioritize valid dists to invalid dists when retrieving by name. (<a href="https://redirect.github.com/python/importlib_metadata/issues/489">#489</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/importlib_metadata/commit/4bcda08ca2b1bf91437619d4f99810ecbf83b2b2"><code>4bcda08</code></a> Finalize</li> <li><a href="https://github.com/python/importlib_metadata/commit/a65c29adc027b3615154cab73aaedd58a6aa23da"><code>a65c29a</code></a> Prioritize valid dists to invalid dists when retrieving by name.</li> <li><a href="https://github.com/python/importlib_metadata/commit/48f6b143419941be07dc53330a4702ff8c9398c4"><code>48f6b14</code></a> Add test capturing failed expectation. Ref <a href="https://redirect.github.com/python/importlib_metadata/issues/489">#489</a>.</li> <li><a href="https://github.com/python/importlib_metadata/commit/9693e99484f98a5d78257c3ec44aff5b356ee9b0"><code>9693e99</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/ab34814ca3ffe511ad63bb9589da06fd76758db8"><code>ab34814</code></a> Re-enable preview, this time not for one specific feature, but for all featur...</li> <li><a href="https://github.com/python/importlib_metadata/commit/c7c7b641e51f8d97247cfc7419c952005c0df6b6"><code>c7c7b64</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/30f940e74b599400347d1162b7096f184cc46d31"><code>30f940e</code></a><code>jaraco/skeleton#132</code></li> <li><a href="https://github.com/python/importlib_metadata/commit/f087fb4ca05eb08c46abdd2cd67b18a3f33e3c79"><code>f087fb4</code></a><code>jaraco/skeleton#133</code></li> <li><a href="https://github.com/python/importlib_metadata/commit/33c4896dbaeda2fd7a5fef701431dea05bb83bab"><code>33c4896</code></a> Exclude pytest-ruff (and thus ruff), which cannot build on cygwin.</li> <li>See full diff in <a href="https://github.com/python/importlib_metadata/compare/v8.0.0...v8.1.0">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=8.0.0&new-version=8.1.0)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cecdf3c commit cb31457

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# pip-compile --generate-hashes requirements.in
66
#
7-
importlib-metadata==8.0.0 \
8-
--hash=sha256:15584cf2b1bf449d98ff8a6ff1abef57bf20f3ac6454f431736cd3e660921b2f \
9-
--hash=sha256:188bd24e4c346d3f0a933f275c2fec67050326a856b9a359881d7c2a697e8812
7+
importlib-metadata==8.1.0 \
8+
--hash=sha256:3cd29f739ed65973840b068e3132135ce954c254d48b5b640484467ef7ab3c8c \
9+
--hash=sha256:fcdcb1d5ead7bdf3dd32657bb94ebe9d2aabfe89a19782ddc32da5041d6ebfb4
1010
# via -r requirements.in
1111
microvenv==2023.5.post1 \
1212
--hash=sha256:32c46afea874e300f69f1add0806eb0795fd02b5fb251092fba0b73c059a7d1f \

0 commit comments

Comments
 (0)