From 2f531e02cfc98187eaebf36385d7c8d162c7c6f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 17:01:45 +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 c140b3e..733fd26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ idna==3.1 multidict==5.1.0 pycparser==2.20 six==1.16.0 -typing-extensions==3.10.0.0 +typing-extensions==3.10.0.1 uvloop==0.14.0; python_version < '3.7' uvloop==0.15.2; python_version >= '3.7' yarl==1.6.3