build(deps): bump typing-extensions from 4.8.0 to 4.9.0 (#17099)

Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.8.0 to 4.9.0.
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](https://github.com/python/typing_extensions/compare/4.8.0...4.9.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-01-04 10:17:44 -08:00
committed by GitHub
parent 31d175c2b1
commit 7080d464da
+1 -1
View File
@@ -32,7 +32,7 @@ dependencies = [
"dnspython==2.4.2", # Query DNS seeds
"watchdog==2.2.0", # Filesystem event watching - watches keyring.yaml
"dnslib==0.9.23", # dns lib
"typing-extensions==4.8.0", # typing backports like Protocol and TypedDict
"typing-extensions==4.9.0", # typing backports like Protocol and TypedDict
"zstd==1.5.5.1",
"packaging==23.2",
"psutil==5.9.4",