Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

build(deps-dev): bump importlib-metadata from 1.7.0 to 2.1.0 #36

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2020

Bumps importlib-metadata from 1.7.0 to 2.1.0.

Changelog

Sourced from importlib-metadata's changelog.

v2.1.0

  • #253: When querying for package metadata, the lookup now honors package normalization rules <https://packaging.python.org/specifications/recording-installed-packages/>_.

v3.0.0

  • Require Python 3.6 or later.

v2.0.0

  • importlib_metadata no longer presents a __version__ attribute. Consumers wishing to resolve the version of the package should query it directly with importlib_metadata.version('importlib-metadata'). Closes #71.
Commits
  • dd25a38 Merge pull request #253 from uranusjr/search-dot-in-dist-info
  • 49f223d Merge pull request #252 from FFY00/fix-diffcov
  • b072a46 Restore Python 2 compatibility.
  • 1028cb9 Support legacy filenames with an unnormalized dot.
  • e7d5929 Add test to capture legacy expectation where distinfo might appear with a dot...
  • dbdef6b Capture the target expectation of normalized names.
  • d027af6 Update changelog.
  • 216397d Reword backport philosophy to capture intention on subsequent Python releases...
  • ac1d9e8 Merge pull request #251 from Julian/hooray
  • 8fb96b0 Fix dot handling in dist-info directory name
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 28, 2020
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 28, 2020

Looks like importlib-metadata is no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Nov 28, 2020
@dependabot dependabot bot deleted the dependabot/pip/importlib-metadata-2.1.0 branch November 28, 2020 08:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants