bump typing extensions (#1996)

This commit is contained in:
Will McGugan 2023-03-09 10:12:47 +00:00 committed by GitHub
parent 3a627e0881
commit 44c7a3d8fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ rich = ">12.6.0"
markdown-it-py = {extras = ["plugins", "linkify"], version = "^2.1.0"}
#rich = {path="../rich", develop=true}
importlib-metadata = "^4.11.3"
typing-extensions = "^4.0.0"
typing-extensions = "^4.4.0"
# Dependencies below are required for devtools only
aiohttp = { version = ">=3.8.1", optional = true }