From f9543b28127a6c7b7dcefb32f54277675a36aa9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 05:35:12 +0000 Subject: [PATCH] Bump typing-extensions from 3.7.4.3 to 3.10.0.0 in /SIDA/backend Bumps [typing-extensions](https://github.com/python/typing) from 3.7.4.3 to 3.10.0.0. - [Release notes](https://github.com/python/typing/releases) - [Commits](https://github.com/python/typing/compare/3.7.4.3...3.10.0.0) Signed-off-by: dependabot[bot] --- SIDA/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SIDA/backend/requirements.txt b/SIDA/backend/requirements.txt index 018a8b4..ae3c946 100644 --- a/SIDA/backend/requirements.txt +++ b/SIDA/backend/requirements.txt @@ -42,7 +42,7 @@ starlette==0.13.6 toml==0.10.2 tornado==6.1 typed-ast==1.4.2 -typing-extensions==3.7.4.3 +typing-extensions==3.10.0.0 uvicorn==0.13.3 vine==1.3.0 wcwidth==0.2.5