From 75cf6ef23fdc0402db22df6b92faf6311365b271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 11:48:53 +0000 Subject: [PATCH] Bump async-timeout from 3.0.1 to 4.0.0 Bumps [async-timeout](https://github.com/aio-libs/async_timeout) from 3.0.1 to 4.0.0. - [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.0) --- 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..d49f5e0 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.0 # via aiohttp attrs==21.2.0 # via aiohttp