From d5cc056c3ef3efed4b9f266a5350cd809a41ec04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 17:01:59 +0000 Subject: [PATCH] Bump typing-extensions from 3.10.0.0 to 3.10.0.2 Bumps [typing-extensions](https://github.com/python/typing) from 3.10.0.0 to 3.10.0.2. - [Release notes](https://github.com/python/typing/releases) - [Commits](https://github.com/python/typing/compare/3.10.0.0...3.10.0.2) --- 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..1cc7f29 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.2 uvloop==0.14.0; python_version < '3.7' uvloop==0.15.2; python_version >= '3.7' yarl==1.6.3