Skip to content

Commit

Permalink
build(deps): bump typing-extensions from 4.10.0 to 4.11.0 (#17878)
Browse files Browse the repository at this point in the history
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.10.0 to 4.11.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.10.0...4.11.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>
  • Loading branch information
dependabot[bot] committed Apr 17, 2024
1 parent d8af3f9 commit 6b870bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dnspython==2.6.1", # Query DNS seeds
"watchdog==4.0.0", # Filesystem event watching - watches keyring.yaml
"dnslib==0.9.24", # dns lib
"typing-extensions==4.10.0", # typing backports like Protocol and TypedDict
"typing-extensions==4.11.0", # typing backports like Protocol and TypedDict
"zstd==1.5.5.1",
"packaging==23.2",
"psutil==5.9.4",
Expand Down

0 comments on commit 6b870bb

Please sign in to comment.