Update importlib-metadata requirement from ~=2.0 to ~=3.1
Created by: dependabot-preview[bot]
Updates the requirements on importlib-metadata to permit the latest version.
Changelog
Sourced from importlib-metadata's changelog.
v3.1.0
- Merge with 2.1.0.
v2.1.0
- #253: When querying for package metadata, the lookup now honors package normalization rules.
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 withimportlib_metadata.version('importlib-metadata')
. Closes #71.v1.7.0
PathNotFoundError
now has a custom__str__
mentioning "package metadata" being missing to help guide users to the cause when the package is installed but no metadata is present. Closes #124.v1.6.1
- Added
Distribution._local()
as a provisional demonstration of how to load metadata for a local package. Implicitly requires that pep517 is installed. Ref #42.- Ensure inputs to FastPath are Unicode. Closes #121.
- Tests now rely on
importlib.resources.files
(and backport) instead of the olderpath
function.- Support any iterable from
find_distributions
. Closes #122.v1.6.0
- Added
module
andattr
attributes toEntryPoint
v1.5.2
- Fix redundant entries from
FastPath.zip_children
. Closes #117.v1.5.1
- Improve reliability and consistency of compatibility imports for contextlib and pathlib when running tests. Closes #116.
v1.5.0
Commits
-
c3421fb
Merge branch 'maint/2.x' -
dd25a38
Merge pull request #253 from uranusjr/search-dot-in-dist-info -
2bc4989
Add Only tag or users will complain. -
7f292bc
Merge pull request #250 from python/debt/py36 -
49f223d
Merge pull request #252 from FFY00/fix-diffcov -
3aa1141
Require Python 3.6 in tox and github actions -
ab04693
👹 Feed the hobgoblins (delint). -
bed8fd2
Merge branch 'master' into debt/py36 -
b072a46
Restore Python 2 compatibility. -
1028cb9
Support legacy filenames with an unnormalized dot. - Additional commits viewable in compare view
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 use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)