balena-python-hello-world
balena-python-hello-world copied to clipboard
chore(deps): update dependency importlib-metadata to 5.1.0
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| importlib-metadata | major | ==4.8.3 -> ==5.1.0 |
Release Notes
python/importlib_metadata
v5.1.0
======
- #415: Instrument
SimplePathwith generic support.
v5.0.0
======
v4.13.0
=======
- #396: Added compatibility for
PathDistributionsoriginating from Python 3.8 and 3.9.
v4.12.0
=======
- py-93259: Now raise
ValueErrorwhenNoneor an empty string are passed toDistribution.from_name(and other callers).
v4.11.4
=======
- #379: In
PathDistribution._name_from_stem, avoid including parts of the extension in the result. - #381: In
PathDistribution._normalized_name, ensure names loaded from the stem of the filename are also normalized, ensuring duplicate entry points by packages varying only by non-normalized name are hidden.
v4.11.3
=======
- #372: Removed cast of path items in FastPath, not needed.
v4.11.2
=======
- #369: Fixed bug where
EntryPoint.extraswas returning match objects and not the extras strings.
v4.11.1
=======
- #367: In
Distribution.requiresfor egg-info, ifrequires.txtis empty, return an empty list.
v4.11.0
=======
- bpo-46246: Added
__slots__toEntryPoints.
v4.10.1
=======
v4.10.0
=======
- #354: Removed
Distribution._localfactory. This functionality was created as a demonstration of the possible implementation. Now, thepep517 <https://pypi.org/project/pep517>_ package provides this functionality directly throughpep517.meta.load <https://github.com/pypa/pep517/blob/a942316305395f8f757f210e2b16f738af73f8b8/pep517/meta.py#L63-L73>_.
v4.9.0
======
- Require Python 3.7 or later.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.