-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bump typing-extensions from 4.3.0 to 4.4.0 #82
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.3.0...4.4.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Oct 7, 2022
Codecov ReportBase: 100.00% // Head: 100.00% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #82 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 3
Lines 111 111
=========================================
Hits 111 111 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@dependabot merge
…On Thu, Oct 6, 2022 at 19:09 dependabot[bot] ***@***.***> wrote:
Bumps typing-extensions <https://github.com/python/typing_extensions>
from 4.3.0 to 4.4.0.
Changelog
*Sourced from typing-extensions's changelog
<https://github.com/python/typing_extensions/blob/main/CHANGELOG.md>.*
Release 4.4.0 (October 6, 2022)
- Add typing_extensions.Any a backport of python 3.11's Any class
which is subclassable at runtime. (backport from python/cpython#31841
<https://github-redirect.dependabot.com/python/cpython/issues/31841>,
by Shantanu and Jelle Zijlstra). Patch by James Hilton-Balfe (
@Gobot1234 <https://github.com/Gobot1234>).
- Add initial support for TypeVarLike default parameter, PEP 696.
Patch by Marc Mueller (@cdce8p <https://github.com/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.
Commits
- b5f375a
<python/typing_extensions@b5f375a>
Prepare release 4.4.0 (#82
<https://github-redirect.dependabot.com/python/typing_extensions/issues/82>
)
- 354b938
<python/typing_extensions@354b938>
Add to README (#81
<https://github-redirect.dependabot.com/python/typing_extensions/issues/81>
)
- 3c21f33
<python/typing_extensions@3c21f33>
Add @typing <https://github.com/typing>.override (#78
<https://github-redirect.dependabot.com/python/typing_extensions/issues/78>
)
- ba776ea
<python/typing_extensions@ba776ea>
Add TypeVar(infer_variance=True) (#80
<https://github-redirect.dependabot.com/python/typing_extensions/issues/80>
)
- fafb5c5
<python/typing_extensions@fafb5c5>
Initial support for TypeVarLike default parameter (PEP 696) (#77
<https://github-redirect.dependabot.com/python/typing_extensions/issues/77>
)
- 2979419
<python/typing_extensions@2979419>
Backport python/cpython#96479
<https://github-redirect.dependabot.com/python/cpython/issues/96479> (
#73
<https://github-redirect.dependabot.com/python/typing_extensions/issues/73>
)
- 3a61a94
<python/typing_extensions@3a61a94>
Remove mention of Python 3.6 from README (#67
<https://github-redirect.dependabot.com/python/typing_extensions/issues/67>
)
- 7d1aeea
<python/typing_extensions@7d1aeea>
Implement typing_extensions.Any (#68
<https://github-redirect.dependabot.com/python/typing_extensions/issues/68>
)
- 9683c1a
<python/typing_extensions@9683c1a>
Backport test case from #python/cpython/96358 (#71
<https://github-redirect.dependabot.com/python/typing_extensions/issues/71>
)
- db79268
<python/typing_extensions@db79268>
Silence a flake8-bugbear warning (#72
<https://github-redirect.dependabot.com/python/typing_extensions/issues/72>
)
- Additional commits viewable in compare view
<python/typing_extensions@4.3.0...4.4.0>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting @dependabot
rebase.
------------------------------
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits
that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @dependabot ignore this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
------------------------------
You can view, comment on, or merge this pull request online at:
#82
Commit Summary
- 7ab4571
<7ab4571>
Bump typing-extensions from 4.3.0 to 4.4.0
File Changes
(1 file <https://github.com/mikelane/reddit-get/pull/82/files>)
- *M* poetry.lock
<https://github.com/mikelane/reddit-get/pull/82/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89>
(6)
Patch Links:
- https://github.com/mikelane/reddit-get/pull/82.patch
- https://github.com/mikelane/reddit-get/pull/82.diff
—
Reply to this email directly, view it on GitHub
<#82>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABR5SYIPXSFJZDAZBN66AQLWB6A4FANCNFSM6AAAAAAQ7FJ74E>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps typing-extensions from 4.3.0 to 4.4.0.
Changelog
Sourced from typing-extensions's changelog.
Commits
b5f375a
Prepare release 4.4.0 (#82)354b938
Add to README (#81)3c21f33
Add@typing
.override (#78)ba776ea
Add TypeVar(infer_variance=True) (#80)fafb5c5
Initial support for TypeVarLike default parameter (PEP 696) (#77)2979419
Backport python/cpython#96479 (#73)3a61a94
Remove mention of Python 3.6 from README (#67)7d1aeea
Implement typing_extensions.Any (#68)9683c1a
Backport test case from #python/cpython/96358 (#71)db79268
Silence aflake8-bugbear
warning (#72)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)