From cc5435b92a1ec4f07a7635f40b8f2b7dde041b68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 16:57:12 +0100 Subject: [PATCH] Bump async-timeout from 3.0.1 to 4.0.1 (#178) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2a62d9d3..9c0e8c35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ argparse==1.4.0 -async-timeout==3.0.1 +async-timeout==4.0.1 pychromecast==9.2.0 aiohttp[speedups]==3.7.4 asyncio-throttle==1.0.2 -- 2.34.1