Skip to content

Update dependency typing-extensions to v4.7.0#246

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/typing-extensions-4.x
Jun 30, 2023
Merged

Update dependency typing-extensions to v4.7.0#246
renovate[bot] merged 1 commit intomainfrom
renovate/typing-extensions-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typing-extensions (changelog) ==4.6.3 -> ==4.7.0 age adoption passing confidence

Release Notes

python/typing_extensions (typing-extensions)

v4.7.0

Compare Source

  • This is expected to be the last feature release supporting Python 3.7,
    which reaches its end of life on June 27, 2023. Version 4.8.0 will support
    only Python 3.8.0 and up.
  • Fix bug where a typing_extensions.Protocol class that had one or more
    non-callable members would raise TypeError when issubclass()
    was called against it, even if it defined a custom __subclasshook__
    method. The correct behaviour -- which has now been restored -- is not to
    raise TypeError in these situations if a custom __subclasshook__ method
    is defined. Patch by Alex Waygood (backporthttps://github.com/python/cpython/pull/105976l/105976).

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

@codecov-commenter
Copy link

Codecov Report

Merging #246 (5aa0eca) into main (e72db0e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #246   +/-   ##
=======================================
  Coverage   91.17%   91.17%           
=======================================
  Files          15       15           
  Lines        1631     1631           
=======================================
  Hits         1487     1487           
  Misses        144      144           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate bot merged commit e823bb3 into main Jun 30, 2023
@renovate renovate bot deleted the renovate/typing-extensions-4.x branch June 30, 2023 03:14
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