BradenM / micropy-cli

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

fix(deps): update dependency typing-extensions to v4.6.2 #492

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
typing-extensions (changelog) 4.6.1 -> 4.6.2 age adoption passing confidence

Release Notes

python/typing_extensions ### [`v4.6.2`](https://togithub.com/python/typing_extensions/blob/HEAD/CHANGELOG.md#Release-462-May-25-2023) [Compare Source](https://togithub.com/python/typing_extensions/compare/4.6.1...4.6.2) - Fix use of `@deprecated` on classes with `__new__` but no `__init__`. Patch by Jelle Zijlstra. - Fix regression in version 4.6.1 where comparing a generic class against a runtime-checkable protocol using `isinstance()` would cause `AttributeError` to be raised if using Python 3.7.

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 (7973903) 91.85% compared to head (1656037) 91.85%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #492 +/- ## ======================================= Coverage 91.85% 91.85% ======================================= Files 52 52 Lines 2811 2811 ======================================= Hits 2582 2582 Misses 229 229 ``` | Flag | Coverage Δ | | |---|---|---| | os-macOS-12 | `91.81% <ø> (ø)` | | | os-ubuntu-latest | `91.81% <ø> (+0.17%)` | :arrow_up: | | os-windows-latest | `91.74% <ø> (ø)` | | | py-3.10 | `91.85% <ø> (+0.17%)` | :arrow_up: | | py-3.11 | `91.85% <ø> (ø)` | | | py-3.8 | `91.77% <ø> (ø)` | | | py-3.9 | `91.81% <ø> (+0.17%)` | :arrow_up: | | unittests | `91.85% <ø> (ø)` | | 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: Do you have feedback about the report comment? Let us know in this issue.