earthlab / earthpy

A package built to support working with spatial data using open source python
https://earthpy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
500 stars 160 forks source link

Update importlib-resources to 6.3.2 #947

Closed pyup-bot closed 6 months ago

pyup-bot commented 6 months ago

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
codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.91%. Comparing base (5b7bfb3) to head (8d608c9).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #947 +/- ## ======================================= Coverage 93.91% 93.91% ======================================= Files 26 26 Lines 1708 1708 ======================================= Hits 1604 1604 Misses 104 104 ``` | [Flag](https://app.codecov.io/gh/earthlab/earthpy/pull/947/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=earthlab) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/earthlab/earthpy/pull/947/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=earthlab) | `93.91% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=earthlab#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

pyup-bot commented 6 months ago

Closing this in favor of #949