BradenM / micropy-cli

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

fix(deps): update dependency typing-extensions to v4.12.2 #602

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typing-extensions (changelog) 4.9.0 -> 4.12.2 age adoption passing confidence

Release Notes

python/typing_extensions (typing-extensions) ### [`v4.12.2`](https://togithub.com/python/typing_extensions/blob/HEAD/CHANGELOG.md#Release-4122-June-7-2024) [Compare Source](https://togithub.com/python/typing_extensions/compare/4.12.1...4.12.2) - Fix regression in v4.12.0 where specialization of certain generics with an overridden `__eq__` method would raise errors. Patch by Jelle Zijlstra. - Fix tests so they pass on 3.13.0b2 ### [`v4.12.1`](https://togithub.com/python/typing_extensions/blob/HEAD/CHANGELOG.md#Release-4121-June-1-2024) [Compare Source](https://togithub.com/python/typing_extensions/compare/4.12.0...4.12.1) - Preliminary changes for compatibility with the draft implementation of PEP 649 in Python 3.14. Patch by Jelle Zijlstra. - Fix regression in v4.12.0 where nested `Annotated` types would cause `TypeError` to be raised if the nested `Annotated` type had unhashable metadata. Patch by Alex Waygood. ### [`v4.12.0`](https://togithub.com/python/typing_extensions/blob/HEAD/CHANGELOG.md#Release-4120-May-23-2024) [Compare Source](https://togithub.com/python/typing_extensions/compare/4.11.0...4.12.0) This release is mostly the same as 4.12.0rc1 but fixes one more longstanding bug. - Fix incorrect behaviour of `typing_extensions.ParamSpec` on Python 3.8 and 3.9 that meant that `isinstance(typing_extensions.ParamSpec("P"), typing.TypeVar)` would have a different result in some situations depending on whether or not a profiling function had been set using `sys.setprofile`. Patch by Alex Waygood. ### [`v4.11.0`](https://togithub.com/python/typing_extensions/blob/HEAD/CHANGELOG.md#Release-4110-April-5-2024) [Compare Source](https://togithub.com/python/typing_extensions/compare/4.10.0...4.11.0) This feature release provides improvements to various recently added features, most importantly type parameter defaults (PEP 696). There are no changes since 4.11.0rc1. ### [`v4.10.0`](https://togithub.com/python/typing_extensions/blob/HEAD/CHANGELOG.md#Release-4100-February-24-2024) [Compare Source](https://togithub.com/python/typing_extensions/compare/4.9.0...4.10.0) This feature release adds support for PEP 728 (TypedDict with extra items) and PEP 742 (`TypeIs`). There are no changes since 4.10.0rc1.

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.

renovate[bot] commented 2 months ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...

Because no versions of mpflash match >0.7.4,<0.7.5 || >0.7.5,<0.7.6 || >0.7.6,<0.7.7 || >0.7.7,<0.8.0
 and mpflash (0.7.7) depends on packaging (23.2), mpflash (>0.7.4,<0.7.5 || >0.7.5,<0.7.6 || >0.7.6,<0.8.0) requires packaging (23.2).
And because mpflash (0.7.6) depends on packaging (23.2)
 and mpflash (0.7.5) depends on packaging (23.2), mpflash (>0.7.4,<0.8.0) requires packaging (23.2).
And because mpflash (0.7.4) depends on packaging (23.2)
 and micropython-stubber (1.20.4) depends on mpflash (>=0.7.4,<0.8.0), micropython-stubber (1.20.4) requires packaging (23.2).
So, because micropy-cli depends on both packaging (==21.3) and micropython-stubber (==1.20.4), version solving failed.
codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 91.83%. Comparing base (49c7f75) to head (8ae4676). Report is 1 commits behind head on master.

:exclamation: Current head 8ae4676 differs from pull request most recent head 9c10bbc

Please upload reports for the commit 9c10bbc to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #602 +/- ## ========================================== + Coverage 91.36% 91.83% +0.47% ========================================== Files 50 52 +2 Lines 2756 2817 +61 ========================================== + Hits 2518 2587 +69 + Misses 238 230 -8 ``` | [Flag](https://app.codecov.io/gh/BradenM/micropy-cli/pull/602/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/602/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `91.83% <ø> (?)` | | | [os-windows-latest](https://app.codecov.io/gh/BradenM/micropy-cli/pull/602/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `?` | | | [py-3.10](https://app.codecov.io/gh/BradenM/micropy-cli/pull/602/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `91.79% <ø> (+2.61%)` | :arrow_up: | | [py-3.11](https://app.codecov.io/gh/BradenM/micropy-cli/pull/602/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `?` | | | [py-3.9](https://app.codecov.io/gh/BradenM/micropy-cli/pull/602/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `91.79% <ø> (+0.47%)` | :arrow_up: | | [unittests](https://app.codecov.io/gh/BradenM/micropy-cli/pull/602/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Braden+Mars) | `91.83% <ø> (+0.47%)` | :arrow_up: | 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.