Skip to content

Commit

Permalink
Bump importlib-metadata from 6.3.0 to 6.4.1 (PR #5835)
Browse files Browse the repository at this point in the history
Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 6.3.0 to 6.4.1.
<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.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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/python/importlib_metadata/commit/6ebb1f91d51438f0f8c9e4d940d602203cc8476f"><code>6ebb1f9</code></a> Update changelog</li>
<li><a href="https://github.com/python/importlib_metadata/commit/96f071647312f062d267030d19a46c278881aabf"><code>96f0716</code></a> <a href="https://redirect.github.com/python/importlib_metadata/issues/102354">gh-102354</a><code>python/cpython#102696</code></li>
<li><a href="https://github.com/python/importlib_metadata/commit/1cf7385798dc37532351f1fe4892529f35095c61"><code>1cf7385</code></a><code>python/cpython#98454</code></li>
<li><a href="https://github.com/python/importlib_metadata/commit/00801f747853fc81d5a9495d2c8f595c568b02b6"><code>00801f7</code></a> Update changelog</li>
<li><a href="https://github.com/python/importlib_metadata/commit/d3908983078a47acecf430115b2bcc2d104f54a6"><code>d390898</code></a> Add type hint to read_text result.</li>
<li><a href="https://github.com/python/importlib_metadata/commit/b0cce8a9139559d84d25faccdf7d75198d2252cd"><code>b0cce8a</code></a> Re-use FilesSpec from _path.</li>
<li><a href="https://github.com/python/importlib_metadata/commit/5ff3f3b462a727f0a53aa48a87dfabb24fff5524"><code>5ff3f3b</code></a> Re-use _path.build for building files.</li>
<li>See full diff in <a href="https://github.com/python/importlib_metadata/compare/v6.3.0...v6.4.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.3.0&new-version=6.4.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 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
dependabot[bot] authored and inmantaci committed Apr 17, 2023
1 parent 6165d01 commit 570cf82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelogs/unreleased/5835-dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
change-type: patch
description: Bump importlib-metadata from 6.3.0 to 6.4.1
destination-branches:
- master
sections: {}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cryptography==40.0.2
docstring-parser==0.15
email-validator==1.3.1
execnet==1.9.0
importlib_metadata==6.3.0
importlib_metadata==6.4.1
jinja2==3.1.2
more-itertools==9.1.0
netifaces==0.11.0
Expand Down

0 comments on commit 570cf82

Please sign in to comment.