Skip to content

Commit

Permalink
⬆️ Bump importlib-metadata from 6.8.0 to 7.0.1 (#568)
Browse files Browse the repository at this point in the history
Bumps [importlib-metadata](https://github.com/python/importlib_metadata)
from 6.8.0 to 7.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>v7.0.1</h1>
<h2>Bugfixes</h2>
<ul>
<li>Corrected the interface for SimplePath to encompass the expectations
of locate_file and PackagePath.</li>
<li>Fixed type annotations to allow strings.</li>
</ul>
<h1>v7.0.0</h1>
<h2>Deprecations and Removals</h2>
<ul>
<li>Removed EntryPoint access by numeric index (tuple behavior).</li>
</ul>
<h1>v6.11.0</h1>
<h2>Features</h2>
<ul>
<li>Added <code>Distribution.origin</code> supplying the
<code>direct_url.json</code> in a <code>SimpleNamespace</code>. (<a
href="https://redirect.github.com/python/importlib_metadata/issues/404">#404</a>)</li>
</ul>
<h1>v6.10.0</h1>
<h2>Features</h2>
<ul>
<li>Added diagnose script. (<a
href="https://redirect.github.com/python/importlib_metadata/issues/461">#461</a>)</li>
</ul>
<h1>v6.9.0</h1>
<h2>Features</h2>
<ul>
<li>Added EntryPoints.<strong>repr</strong> (<a
href="https://redirect.github.com/python/importlib_metadata/issues/473">#473</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/importlib_metadata/commit/f2e84e3fb5a240b054e8669e5162914bb4a4e68b"><code>f2e84e3</code></a>
Finalize</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/e9e9f775fd7485cec1a591e4fe545b2f0a4c406d"><code>e9e9f77</code></a>
Merge commit '98196a'</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/98196a7fe04d74d7af46e1b052f8124a3fe91dd3"><code>98196a7</code></a>
Fixed type annotations to allow strings.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/f38e051467f446fc332e1135fb68bdcec95e6e27"><code>f38e051</code></a>
Add Python 3.13 to compatibility matrix. Ref <a
href="https://redirect.github.com/python/cpython/issues/113174">python/cpython#113174</a>.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/0c1d32e2656ac7ebc6fcc4377345f9909c9b7fbc"><code>0c1d32e</code></a>
Inline os.PathLike using future annotations.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/b99c9d6680e549bb232bfe2ee9c6a4bd74874c32"><code>b99c9d6</code></a>
Refine SimplePath to allow for os.PathLike on input and SimplePath on
output.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/200cf457dd2c630fe8216139182efd8e96183ae2"><code>200cf45</code></a>
Merge pull request <a
href="https://redirect.github.com/python/importlib_metadata/issues/480">#480</a>
from python/bugfix/distribution-simplepath</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/ac243d3faa459be256df919aaa65c29d208f25b8"><code>ac243d3</code></a>
Include _meta in docs to fix doc build failures.</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/1b3f272d7ce6b25ec5dd68d54d1a140abd159a3f"><code>1b3f272</code></a>
Corrected the interface for SimplePath to encompass the expectations of
locat...</li>
<li><a
href="https://github.com/python/importlib_metadata/commit/fc4df51a75de636adae1cbf20f6743bdd5bbb8a9"><code>fc4df51</code></a>
Rely on read_text and read_bytes from located paths.</li>
<li>Additional commits viewable in <a
href="https://github.com/python/importlib_metadata/compare/v6.8.0...v7.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=6.8.0&new-version=7.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 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>
  • Loading branch information
github-actions[bot] committed Jan 8, 2024
2 parents 3bc2553 + cfecd78 commit aa80692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
importlib-metadata==7.0.1
# via
# jupyter-cache
# myst-nb
Expand Down

0 comments on commit aa80692

Please sign in to comment.