From 294923fb9bf72a3c271d2186b6d01f24f097a4fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Nov 2021 10:01:48 +0000 Subject: [PATCH] Bump async-timeout from 3.0.1 to 4.0.1 Bumps [async-timeout](https://github.com/aio-libs/async-timeout) from 3.0.1 to 4.0.1. - [Release notes](https://github.com/aio-libs/async-timeout/releases) - [Changelog](https://github.com/aio-libs/async-timeout/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/async-timeout/compare/v3.0.1...v4.0.1) --- updated-dependencies: - dependency-name: async-timeout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c9dc3bf..53bc15a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ aiofiles==0.7.0 # via fdiff (setup.py) aiohttp==3.7.4.post0 # via fdiff (setup.py) -async-timeout==3.0.1 +async-timeout==4.0.1 # via aiohttp attrs==21.2.0 # via aiohttp