gwforg / gwf

A flexible, pragmatic workflow tool.
https://gwf.app/
GNU General Public License v3.0
31 stars 12 forks source link

Update importlib-metadata to 3.4.0 #376

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

This PR updates importlib-metadata from 3.1.0 to 3.4.0.

Changelog ### 3.4.0 ``` ====== * 10: Project now declares itself as being typed. * 272: Additional performance enhancements to distribution discovery. * 111: For PyPA projects, add test ensuring that ``MetadataPathFinder._search_paths`` honors the needed interface. Method is still private. ``` ### 3.3.0 ``` ====== * 265: ``EntryPoint`` objects now expose a ``.dist`` object referencing the ``Distribution`` when constructed from a Distribution. ``` ### 3.2.0 ``` ====== * The object returned by ``metadata()`` now has a formally-defined protocol called ``PackageMetadata`` with declared support for the ``.get_all()`` method. Fixes 126. ``` ### 3.1.1 ``` ====== ```
Links - PyPI: https://pypi.org/project/importlib-metadata - Changelog: https://pyup.io/changelogs/importlib-metadata/ - Repo: https://github.com/python/importlib_metadata