Bump typing-extensions from 4.3.0 to 4.4.0 (#13919)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-11-16 14:02:43 -06:00 committed by GitHub
parent 53a570ebe1
commit 1ceaee8aae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ dependencies = [
"dnspython==2.2.1", # Query DNS seeds
"watchdog==2.1.9", # Filesystem event watching - watches keyring.yaml
"dnslib==0.9.23", # dns lib
"typing-extensions==4.3.0", # typing backports like Protocol and TypedDict
"typing-extensions==4.4.0", # typing backports like Protocol and TypedDict
"zstd==1.5.2.6",
"packaging==21.3",
"psutil==5.9.1",