From 49fe1370712e4552736edcb9232ff033d5e4f0b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 07:02:24 +0000 Subject: [PATCH] Update dependency async-timeout to v4.0.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d045023..57cc452 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aiodns==3.0.0 aiofiles==0.8.0; python_version >= "3.6" and python_version < "4.0" aiohttp==3.8.6; python_version >= "3.6" aiosignal==1.3.1; python_version >= "3.6" -async-timeout==4.0.2; python_version >= "3.6" +async-timeout==4.0.3; python_version >= "3.6" asyncio==3.4.3 attrs==21.4.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6" beautifulsoup4==4.12.2; python_full_version > "3.0.0"