From 008a83eb53fa02d83bbcc83c038e699c9829f456 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Jul 2022 06:36:08 +0000 Subject: [PATCH] Bump async-timeout from 3.0.1 to 4.0.2 Bumps [async-timeout](https://github.com/aio-libs/async-timeout) from 3.0.1 to 4.0.2. - [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.2) --- 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 5aae812..ad19356 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ aiofiles==0.8.0 # via fdiff (setup.py) aiohttp==3.7.4.post0 # via fdiff (setup.py) -async-timeout==3.0.1 +async-timeout==4.0.2 # via aiohttp attrs==22.1.0 # via aiohttp