Skip to content

Commit

Permalink
Update dependency typing-extensions to v4.7.0 (#246)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [typing-extensions](https://github.com/python/typing_extensions)
([changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md))
| `==4.6.3` -> `==4.7.0` |
[![age](https://badges.renovateapi.com/packages/pypi/typing-extensions/4.7.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/pypi/typing-extensions/4.7.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/pypi/typing-extensions/4.7.0/compatibility-slim/4.6.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/pypi/typing-extensions/4.7.0/confidence-slim/4.6.3)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>python/typing_extensions (typing-extensions)</summary>

###
[`v4.7.0`](https://github.com/python/typing_extensions/blob/HEAD/CHANGELOG.md#Release-470-June-28-2023)

[Compare
Source](https://github.com/python/typing_extensions/compare/4.6.3...4.7.0)

- 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
(backport[python/cpython#105976).

</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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/allenporter/flux-local).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDQuMiIsInVwZGF0ZWRJblZlciI6IjM1LjE0NC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 30, 2023
1 parent e72db0e commit e823bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PyYAML==6.0
ruff==0.0.275
types-aiofiles==23.1.0.4
types-PyYAML==6.0.12.10
typing-extensions==4.6.3
typing-extensions==4.7.0
types-python-slugify==8.0.0.2
wheel==0.40.0
yamllint==1.32.0

0 comments on commit e823bb3

Please sign in to comment.