Closed pyup-bot closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.91%. Comparing base (
5b7bfb3
) to head (8d608c9
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Closing this in favor of #949
This PR updates importlib-resources from 6.0.0 to 6.3.2.
Changelog
### 6.3.2 ``` ====== Bugfixes -------- - Restored expectation that local standard readers are preferred over degenerate readers. (298) ``` ### 6.3.1 ``` ====== Bugfixes -------- - Restored expectation that stdlib readers are suppressed on Python 3.10. (257) ``` ### 6.3.0 ``` ====== Features -------- - Add ``Anchor`` to ``importlib.resources`` (in order for the code to comply with the documentation) ``` ### 6.2.0 ``` ====== Features -------- - Future compatibility adapters now ensure that standard library readers are replaced without overriding non-standard readers. (295) ``` ### 6.1.3 ``` ====== No significant changes. ``` ### 6.1.2 ``` ====== Bugfixes -------- - Fixed NotADirectoryError when calling files on a subdirectory of a namespace package. (293) ``` ### 6.1.1 ``` ====== Bugfixes -------- - Added missed stream argument in simple.ResourceHandle. Ref python/cpython111775. ``` ### 6.1.0 ``` ====== Features -------- - MultiplexedPath now expects Traversable paths. String arguments to MultiplexedPath are now deprecated. Bugfixes -------- - Enabled support for resources in namespace packages in zip files. (287) ``` ### 6.0.1 ``` ====== Bugfixes -------- - Restored Apache license. (285) ```Links
- PyPI: https://pypi.org/project/importlib-resources - Changelog: https://data.safetycli.com/changelogs/importlib-resources/ - Repo: https://github.com/python/importlib_resources