Update dependency typing_extensions to v4.12.0 #36

Merged
renovate_bot merged 1 commit from renovate/typing_extensions-4.x into main 2024-05-23 18:00:41 -07:00
Collaborator

This PR contains the following updates:

Package Update Change
typing_extensions (changelog) minor ==4.11.0 -> ==4.12.0

Release Notes

python/typing_extensions (typing_extensions)

v4.12.0

Compare Source

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.

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [typing_extensions](https://github.com/python/typing_extensions) ([changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)) | minor | `==4.11.0` -> `==4.12.0` | --- ### Release Notes <details> <summary>python/typing_extensions (typing_extensions)</summary> ### [`v4.12.0`](https://github.com/python/typing_extensions/blob/HEAD/CHANGELOG.md#Release-4120-May-23-2024) [Compare Source](https://github.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. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjI1MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate_bot added 1 commit 2024-05-23 18:00:16 -07:00
Update dependency typing_extensions to v4.12.0
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pull_request_closed/lint Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
88f2d03d33
renovate_bot scheduled this pull request to auto merge when all checks succeed 2024-05-23 18:00:16 -07:00
renovate_bot merged commit 88f2d03d33 into main 2024-05-23 18:00:41 -07:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: buckbanzai/kuow-mastodon-bot#36
No description provided.