Skip to content

deps: bump typing-extensions from 4.2.0 to 4.4.0 in /example#274

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/example/typing-extensions-4.4.0
Closed

deps: bump typing-extensions from 4.2.0 to 4.4.0 in /example#274
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/example/typing-extensions-4.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 7, 2022

Copy link
Copy Markdown
Contributor

Bumps typing-extensions from 4.2.0 to 4.4.0.

Changelog

Sourced from typing-extensions's changelog.

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, 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.

Release 4.3.0 (July 1, 2022)

  • Add typing_extensions.NamedTuple, allowing for generic NamedTuples on Python <3.11 (backport from python/cpython#92027, by Serhiy Storchaka). Patch by Alex Waygood (@​AlexWaygood).
  • Adjust typing_extensions.TypedDict to allow for generic TypedDicts on Python <3.11 (backport from python/cpython#27663, by Samodya Abey). Patch by Alex Waygood (@​AlexWaygood).
Commits

Dependabot compatibility score

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)

Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.2.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.2.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] <support@github.com>
@dependabot dependabot Bot added the dependencies For updating any dependency label Oct 7, 2022
@dependabot dependabot Bot requested a review from dedoussis October 7, 2022 22:17
@codecov-commenter

codecov-commenter commented Oct 7, 2022

Copy link
Copy Markdown

Codecov Report

Base: 96.68% // Head: 96.84% // Increases project coverage by +0.15% 🎉

Coverage data is based on head (94ea7bc) compared to base (0b35015).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #274      +/-   ##
==========================================
+ Coverage   96.68%   96.84%   +0.15%     
==========================================
  Files          11        9       -2     
  Lines         906      887      -19     
==========================================
- Hits          876      859      -17     
+ Misses         30       28       -2     
Flag Coverage Δ
unittests 96.84% <ø> (+0.15%) ⬆️

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

Impacted Files Coverage Δ
asynction/utils.py
asynction/__init__.py

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dependabot @github

dependabot Bot commented on behalf of github Feb 15, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #316.

@dependabot dependabot Bot closed this Feb 15, 2023
@dependabot dependabot Bot deleted the dependabot/pip/example/typing-extensions-4.4.0 branch February 15, 2023 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies For updating any dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant