build(deps): bump typing-extensions from 4.6.0 to 4.6.3 (#15457)

Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.6.0 to 4.6.3.
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](https://github.com/python/typing_extensions/compare/4.6.0...4.6.3)

---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-06-21 13:12:03 -05:00 committed by GitHub
parent f85e68ee22
commit 6c3e1b22f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ dependencies = [
"dnspython==2.3.0", # Query DNS seeds
"watchdog==2.2.0", # Filesystem event watching - watches keyring.yaml
"dnslib==0.9.23", # dns lib
"typing-extensions==4.6.0", # typing backports like Protocol and TypedDict
"typing-extensions==4.6.3", # typing backports like Protocol and TypedDict
"zstd==1.5.5.1",
"packaging==23.1",
"psutil==5.9.4",