From 689f565a7963b6f61effa78fb1057bf98fcf248d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:58:54 +0100 Subject: [PATCH] Bump async-timeout from 4.0.3 to 5.0.1 (#2104) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev-requirements/pytest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements/pytest.txt b/dev-requirements/pytest.txt index 0c65805aa..261ceff19 100644 --- a/dev-requirements/pytest.txt +++ b/dev-requirements/pytest.txt @@ -6,6 +6,6 @@ pytest-asyncio==0.24.0 pytest-cov==6.0.0 pytest-randomly==3.16.0 -async-timeout==4.0.3 # Used for timeouts in some test cases. +async-timeout==5.0.1 # Used for timeouts in some test cases. -r coverage.txt # Consistent coverage version