From 3bd9f686d59377d2b085cd67e7c4b5f3491ec603 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Thu, 9 Mar 2023 09:55:00 +0000 Subject: [PATCH] bump typing extensions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce2d1fbdf4..3edcaf7f62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 }