From 0b14de2990adb0fd2057807bd8fd88893adee490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:32:16 +0100 Subject: [PATCH] Update async-timeout requirement from ~=4.0.3 to ~=5.0.0 (#70) Updates the requirements on [async-timeout](https://github.com/aio-libs/async-timeout) to permit the latest version. - [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/v4.0.3...v5.0.0) --- updated-dependencies: - dependency-name: async-timeout dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 9ecbc9c..7bb9d41 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -4,4 +4,4 @@ ta-cmi==3.3.0 aiohttp_cors pytest-homeassistant-custom-component==0.13.171 -async_timeout~=4.0.3 \ No newline at end of file +async_timeout~=5.0.0 \ No newline at end of file