Skip to content

Update dependency typing_extensions to v4.7.0#40

Merged
kitsuyui merged 1 commit into
mainfrom
renovate/typing_extensions-4.x-lockfile
Jun 28, 2023
Merged

Update dependency typing_extensions to v4.7.0#40
kitsuyui merged 1 commit into
mainfrom
renovate/typing_extensions-4.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Jun 28, 2023

Copy link
Copy Markdown
Contributor

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 - "before 9am every weekday,every weekend" in timezone Asia/Tokyo, 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.

@github-actions

Copy link
Copy Markdown

🎉 Happy commit!

  • Now pull request issue number reaches 40. It's time to celebrate!

@codecov

codecov Bot commented Jun 28, 2023

Copy link
Copy Markdown

Codecov Report

Patch and project coverage have no change.

Comparison is base (8b8fd73) 100.00% compared to head (a0d9516) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #40   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines           56        56           
=========================================
  Hits            56        56           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@kitsuyui kitsuyui merged commit f3f9381 into main Jun 28, 2023
@kitsuyui kitsuyui deleted the renovate/typing_extensions-4.x-lockfile branch June 28, 2023 22:49
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