Skip to content

Commit f7bb5c8

Browse files
Merge #372
372: Bump importlib-metadata from 6.0.0 to 6.6.0 r=alallema a=dependabot[bot] Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 6.0.0 to 6.6.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python/importlib_metadata/blob/main/CHANGES.rst">importlib-metadata's changelog</a>.</em></p> <blockquote> <h1>v6.6.0</h1> <ul> <li><a href="https://redirect.github.com/python/importlib_metadata/issues/449">#449</a>: Expanded type annotations.</li> </ul> <h1>v6.5.1</h1> <ul> <li><a href="https://redirect.github.com/python/cpython/issues/103661">python/cpython#103661</a>: Removed excess error suppression in <code>_read_files_egginfo_installed</code> and fixed path handling on Windows.</li> </ul> <h1>v6.5.0</h1> <ul> <li><a href="https://redirect.github.com/python/importlib_metadata/issues/422">#422</a>: Removed ABC metaclass from <code>Distribution</code> and instead deprecated construction of <code>Distribution</code> objects without concrete methods.</li> </ul> <h1>v6.4.1</h1> <ul> <li>Updated docs with tweaks from upstream CPython.</li> </ul> <h1>v6.4.0</h1> <ul> <li>Consolidated some behaviors in tests around <code>_path</code>.</li> <li>Added type annotation for <code>Distribution.read_text</code>.</li> </ul> <h1>v6.3.0</h1> <ul> <li><a href="https://redirect.github.com/python/importlib_metadata/issues/115">#115</a>: Support <code>installed-files.txt</code> for <code>Distribution.files</code> when present.</li> </ul> <h1>v6.2.1</h1> <ul> <li><a href="https://redirect.github.com/python/importlib_metadata/issues/442">#442</a>: Fixed issue introduced in v6.1.0 where non-importable names (metadata dirs) began appearing in <code>packages_distributions</code>.</li> </ul> <h1>v6.2.0</h1> <ul> <li><a href="https://redirect.github.com/python/importlib_metadata/issues/384">#384</a>: <code>PackageMetadata</code> now stipulates an additional <code>get</code> method allowing for easy querying of metadata keys that may not be present.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/importlib_metadata/commit/705a7571ec7c5abec4d4b008da3a58df7e5c94e7"><code>705a757</code></a> Merge pull request <a href="https://redirect.github.com/python/importlib_metadata/issues/449">#449</a> from dimbleby/type-annotations</li> <li><a href="https://github.com/python/importlib_metadata/commit/2e7816256d2b9aadf4299b945cc1b37ada0f367f"><code>2e78162</code></a> Update changelog</li> <li><a href="https://github.com/python/importlib_metadata/commit/a4c314793e0ab96cab1b711b4c4150327642356a"><code>a4c3147</code></a> Remove nitpick_ignore no longer needed.</li> <li><a href="https://github.com/python/importlib_metadata/commit/512a3df847da555b8afd648b570e44acac821fbe"><code>512a3df</code></a> Use generator expression for paths.</li> <li><a href="https://github.com/python/importlib_metadata/commit/ffc289fe4de80ffe84f936786c61f71db9f1d813"><code>ffc289f</code></a> Reword to prefer imperative voice and more a more concise description.</li> <li><a href="https://github.com/python/importlib_metadata/commit/56b0cf7be2167332c3d5af281b522fcbd98d5c5e"><code>56b0cf7</code></a> Rename 'line' to 'name' for better context.</li> <li><a href="https://github.com/python/importlib_metadata/commit/af8499831895904d2bec36d42c9ca1e5e7ce7554"><code>af84998</code></a> Merge pull request <a href="https://redirect.github.com/python/importlib_metadata/issues/454">#454</a> from python/bugfix/103661</li> <li><a href="https://github.com/python/importlib_metadata/commit/be58651120fb65d0fadf93dcc5f609b300968704"><code>be58651</code></a> Update changelog</li> <li><a href="https://github.com/python/importlib_metadata/commit/ac0df0d7565d781a157e1517cea6aa3d30c3beec"><code>ac0df0d</code></a> Wrap 'subdir/line' in PosixPath to ensure the output uses posix path separato...</li> <li><a href="https://github.com/python/importlib_metadata/commit/4119720f69883cbfb2a7d12b7b9ae67f6e758ae7"><code>4119720</code></a> Resolve the located directory and remove suppression of Exceptions. Ref pytho...</li> <li>Additional commits viewable in <a href="https://github.com/python/importlib_metadata/compare/v6.0.0...v6.6.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=6.0.0&new-version=6.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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` 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>> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents a67bdac + 2049855 commit f7bb5c8

File tree

1 file changed

+105
-125
lines changed

1 file changed

+105
-125
lines changed

0 commit comments

Comments
 (0)