From 7e110941b9898b2484b7c36a7005b1cef0294836 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 04:36:08 +0800 Subject: [PATCH] build(deps): Bump typing-extensions from 4.5.0 to 4.6.3 (#287) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index db2e7bea62..8b6f60e23b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,5 +38,5 @@ multidict==6.0.4 asyncstdlib==3.10.8 cachetools==5.3.1 CJKwrap==2.2 -typing-extensions==4.5.0 +typing-extensions==4.6.3 uvloop==0.17.0; python_version>="3.7" and sys_platform!='win32' and sys_platform!='cygwin' and sys_platform!='cli'