From ad5d76413884b9d14dc0445281312b4cee67fe6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 10:01:14 +0000 Subject: [PATCH] Update typing-extensions requirement from ~=3.10.0.2 to ~=4.0.0 Updates the requirements on [typing-extensions](https://github.com/python/typing) to permit the latest version. - [Release notes](https://github.com/python/typing/releases) - [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG) - [Commits](https://github.com/python/typing/compare/3.10.0.2...4.0.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 44b4dac..5102789 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,5 +37,5 @@ tensorflow>=2.4.0 torchvision~=0.10.1 torch~=1.9.1 tqdm~=4.62.3 -typing_extensions~=3.10.0.2 +typing_extensions~=4.0.0 wget~=3.2 \ No newline at end of file