Chore(deps-dev): bump importlib-metadata from 7.0.2 to 7.2.1
Bumps importlib-metadata from 7.0.2 to 7.2.1.
Changelog
Sourced from importlib-metadata's changelog.
v7.2.1
Bugfixes
- When reading installed files from an egg, use
relative_to(walk_up=True)
to honor files installed outside of the installation root. (#455)v7.2.0
Features
python/cpython#109829
- Updated fixtures for python/cpython#120801.
v7.1.0
Features
python/cpython#114664
Bugfixes
Commits
-
b76931d
Finalize -
48d2a85
Merge pull request #482 from dan-blanchard/fix-relative-to -
b94b42e
Add news fragment -
e4d1dcc
Remove additional method in SimplePath. -
07a2a44
Revert "Fix mypy failure that has nothing to do with this PR" -
b815aee
Mark compat code as uncovered. -
52ce982
Merge branch 'main' into fix-relative-to -
1584b96
Update wrapper to rely on 'relative_to(walk_up=True)' on Python 3.12 and comp... -
08d74cc
Move _relative_to compatibility to a compat module. -
e8998d9
Merge https://github.com/jaraco/skeleton - Additional commits viewable in compare view