bump typing extensions (#1996)
This commit is contained in:
parent
3a627e0881
commit
44c7a3d8fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Reference in a new issue