Update dependency typing_extensions to v4.12.0 #32

Merged
renovate_bot merged 1 commit from renovate/typing_extensions-4.x into main 2024-05-27 19:04:15 -07:00
Collaborator

This PR contains the following updates:

Package Update Change
typing_extensions (changelog) minor ==4.10.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.

v4.11.0

Compare Source

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.


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.10.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. ### [`v4.11.0`](https://github.com/python/typing_extensions/blob/HEAD/CHANGELOG.md#Release-4110-April-5-2024) [Compare Source](https://github.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. </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-04-26 01:00:19 -07:00
Update dependency typing_extensions to v4.11.0
Some checks failed
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/vulnerability-scan Pipeline failed
e3be5e3265
renovate_bot scheduled this pull request to auto merge when all checks succeed 2024-04-26 01:00:19 -07:00
renovate_bot changed title from Update dependency typing_extensions to v4.11.0 to Update dependency typing_extensions to v4.12.0 2024-05-23 18:00:26 -07:00
renovate_bot force-pushed renovate/typing_extensions-4.x from e3be5e3265 to 564d1bb9f4 2024-05-23 18:00:27 -07:00 Compare
renovate_bot force-pushed renovate/typing_extensions-4.x from 564d1bb9f4 to 485db53212 2024-05-27 18:58:48 -07:00 Compare
renovate_bot force-pushed renovate/typing_extensions-4.x from 485db53212 to 127ac55b92 2024-05-27 19:01:10 -07:00 Compare
renovate_bot force-pushed renovate/typing_extensions-4.x from 127ac55b92 to 5516b96f0e 2024-05-27 19:02:51 -07:00 Compare
renovate_bot merged commit 0ecc4577c2 into main 2024-05-27 19:04:15 -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/seattlecitylight-mastodon-bot#32
No description provided.