From f458cdbc8eef4f3e597a29f602319d05b56dd72c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 18:00:48 +0000 Subject: [PATCH] Bump typing-extensions from 3.10.0.0 to 3.10.0.1 Bumps [typing-extensions](https://github.com/python/typing) from 3.10.0.0 to 3.10.0.1. - [Release notes](https://github.com/python/typing/releases) - [Commits](https://github.com/python/typing/compare/3.10.0.0...3.10.0.1) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f1b35df..20a09d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ pytest-cov==2.12.1 requests==2.25.1 six==1.16.0 typing==3.7.4.3 -typing-extensions==3.10.0.0 +typing-extensions==3.10.0.1 urllib3==1.26.6 wcwidth==0.2.5 zipp==3.5.0