Skip to content

Commit

Permalink
Bump importlib-metadata from 4.0.1 to 4.2.0 (PR #2983)
Browse files Browse the repository at this point in the history
Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 4.0.1 to 4.2.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>v4.2.0</h1>
<ul>
<li>Prefer f-strings to <code>.format</code> calls.</li>
</ul>
<h1>v4.1.0</h1>
<ul>
<li>
<p><a href="https://github-redirect.dependabot.com/python/importlib_metadata/issues/312">#312</a>: Add support for metadata 2.2 (<code>Dynamic</code> field).</p>
</li>
<li>
<p><a href="https://github-redirect.dependabot.com/python/importlib_metadata/issues/315">#315</a>: Add <code>SimplePath</code> protocol for interface clarity
in <code>PathDistribution</code>.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/python/importlib_metadata/commit/277d669784f3e33b7773bd4aaa1a929771db458b"><code>277d669</code></a> Update changelog.</li>
<li><a href="https://github.com/python/importlib_metadata/commit/bb8e93499e8e7610a4cf936ad7566d54dcbb8930"><code>bb8e934</code></a> Prefer f-strings</li>
<li><a href="https://github.com/python/importlib_metadata/commit/ecd104971b01800509702739e589025c557a01b9"><code>ecd1049</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/1439f641070ceb0922cc2625d3c303677a71ab8e"><code>1439f64</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/python/importlib_metadata/issues/313">#313</a> from pombredanne/patch-1</li>
<li><a href="https://github.com/python/importlib_metadata/commit/5a4699d5da0c68c71d08dc6cd9df902ea0cd3cf9"><code>5a4699d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/python/importlib_metadata/issues/315">#315</a> from FFY00/pathdistribution-type-hint</li>
<li><a href="https://github.com/python/importlib_metadata/commit/92084b80579be6b2bbbf1cd156ed8934313974e2"><code>92084b8</code></a> Merge remote-tracking branch 'origin/main' into pathdistribution-type-hint</li>
<li><a href="https://github.com/python/importlib_metadata/commit/335a758118a741a61799422ee06bf0f4544f5d4d"><code>335a758</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/python/importlib_metadata/issues/312">#312</a> from FFY00/metadata-2.2</li>
<li><a href="https://github.com/python/importlib_metadata/commit/40b6da33a9b79960cec7a8fb43bc9a964c805a9a"><code>40b6da3</code></a> Add changelog.</li>
<li><a href="https://github.com/python/importlib_metadata/commit/e27f4448ab5d91ccc47d72488c72b20c750866fc"><code>e27f444</code></a> Merge branch 'main' into pathdistribution-type-hint</li>
<li><a href="https://github.com/python/importlib_metadata/commit/e27d0792ff10a40b0bcce81365dbb1269769bd96"><code>e27d079</code></a> Move docstrings about interface to the protocol. Rename to SimplePath to easi...</li>
<li>Additional commits viewable in <a href="https://github.com/python/importlib_metadata/compare/v4.0.1...v4.2.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=4.0.1&new-version=4.2.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 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
inmantaci committed May 27, 2021
1 parent e61c41a commit e1cd47d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelogs/unreleased/2983-dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
change-type: patch
description: Bump importlib-metadata from 4.0.1 to 4.2.0
destination-branches:
- master
sections: {}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cryptography==3.4.7
docstring-parser==0.7.3
email-validator==1.1.2
execnet==1.8.0
importlib_metadata==4.0.1
importlib_metadata==4.2.0
jinja2==2.11.3
more-itertools==8.8.0
netifaces==0.10.9
Expand Down

0 comments on commit e1cd47d

Please sign in to comment.