Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency typing_extensions to v4.4.0 #385

Merged
merged 1 commit into from
Dec 26, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 6, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typing_extensions (changelog) ==4.3.0 -> ==4.4.0 age adoption passing confidence

Release Notes

python/typing_extensions

v4.4.0

Compare Source

  • Add typing_extensions.Any a backport of python 3.11's Any class which is
    subclassable at runtime. (backport from python/cpython#​31841, by Shantanu
    and Jelle Zijlstra). Patch by James Hilton-Balfe (@​Gobot1234).
  • Add initial support for TypeVarLike default parameter, PEP 696.
    Patch by Marc Mueller (@​cdce8p).
  • Runtime support for PEP 698, adding typing_extensions.override. Patch by
    Jelle Zijlstra.
  • Add the infer_variance parameter to TypeVar, as specified in PEP 695.
    Patch by Jelle Zijlstra.

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Oct 6, 2022

Codecov Report

Merging #385 (5033d7e) into main (1d43984) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #385   +/-   ##
=======================================
  Coverage   95.45%   95.45%           
=======================================
  Files           5        5           
  Lines         308      308           
  Branches       43       43           
=======================================
  Hits          294      294           
  Misses          7        7           
  Partials        7        7           

@renovate renovate bot force-pushed the renovate/typing_extensions-4.x branch 3 times, most recently from 5ce005a to 2defd56 Compare December 5, 2022 14:26
@renovate renovate bot force-pushed the renovate/typing_extensions-4.x branch 6 times, most recently from a37641a to 162685b Compare December 26, 2022 13:18
@renovate renovate bot force-pushed the renovate/typing_extensions-4.x branch from 162685b to 5033d7e Compare December 26, 2022 13:23
@jashparekh jashparekh merged commit 1301c22 into main Dec 26, 2022
@jashparekh jashparekh deleted the renovate/typing_extensions-4.x branch December 26, 2022 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant