From 870c183df194c5fce8fe6424aa837918c58af859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 04:04:43 +0000 Subject: [PATCH] Bump typing-extensions from 3.7.4.2 to 3.7.4.3 Bumps [typing-extensions](https://github.com/python/typing) from 3.7.4.2 to 3.7.4.3. - [Release notes](https://github.com/python/typing/releases) - [Commits](https://github.com/python/typing/compare/3.7.4.2...3.7.4.3) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 10c3e71..0c7d4fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ mypy==0.782 pycodestyle==2.6.0 pyflakes==2.2.0 typed-ast==1.4.1 -typing-extensions==3.7.4.2 +typing-extensions==3.7.4.3 wheel==0.35.1