BradenM / micropy-cli

Micropython Project Management Tool with VSCode support, Linting, Intellisense, Dependency Management, and more!
https://micropy-cli.readthedocs.io
MIT License
316 stars 25 forks source link

chore(deps): update dependency mock to v5.1.0 #538

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mock (source) 5.0.2 -> 5.1.0 age adoption passing confidence

Release Notes

testing-cabal/mock (mock) ### [`v5.1.0`](https://togithub.com/testing-cabal/mock/blob/HEAD/CHANGELOG.rst#510) [Compare Source](https://togithub.com/testing-cabal/mock/compare/5.0.2...5.1.0) - bpo-44185: :func:`unittest.mock.mock_open` will call the :func:`close` method of the file handle mock when it is exiting from the context manager. Patch by Samet Yaslan. - [gh-94924](https://togithub.com/testing-cabal/mock/issues/94924): :func:`unittest.mock.create_autospec` now properly returns coroutine functions compatible with :func:`inspect.iscoroutinefunction` - bpo-17013: Add `ThreadingMock` to :mod:`unittest.mock` that can be used to create Mock objects that can wait until they are called. Patch by Karthikeyan Singaravelan and Mario Corchero. - bpo-41768: :mod:`unittest.mock` speccing no longer calls class properties. Patch by Melanie Witt.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (d1493d1) 92.04% compared to head (91772d1) 92.04%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #538 +/- ## ======================================= Coverage 92.04% 92.04% ======================================= Files 52 52 Lines 2817 2817 ======================================= Hits 2593 2593 Misses 224 224 ``` | [Flag](https://app.codecov.io/gh/BradenM/micropy-cli/pull/538/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | Coverage Δ | | |---|---|---| | [os-macOS-12](https://app.codecov.io/gh/BradenM/micropy-cli/pull/538/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `92.01% <ø> (ø)` | | | [os-ubuntu-latest](https://app.codecov.io/gh/BradenM/micropy-cli/pull/538/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `92.01% <ø> (ø)` | | | [os-windows-latest](https://app.codecov.io/gh/BradenM/micropy-cli/pull/538/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `91.87% <ø> (ø)` | | | [py-3.10](https://app.codecov.io/gh/BradenM/micropy-cli/pull/538/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `92.04% <ø> (+0.17%)` | :arrow_up: | | [py-3.11](https://app.codecov.io/gh/BradenM/micropy-cli/pull/538/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `92.00% <ø> (+0.46%)` | :arrow_up: | | [py-3.8](https://app.codecov.io/gh/BradenM/micropy-cli/pull/538/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `91.97% <ø> (ø)` | | | [py-3.9](https://app.codecov.io/gh/BradenM/micropy-cli/pull/538/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `92.00% <ø> (ø)` | | | [unittests](https://app.codecov.io/gh/BradenM/micropy-cli/pull/538/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `92.04% <ø> (ø)` | | 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=Braden+Mars#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.