From d491e05c9443f88ce66b10daef893ebd9cc54c01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 03:33:43 +0000 Subject: [PATCH] Update dependency aiosignal to v1.3.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index da69031..367fbbd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,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.2.0; python_version >= "3.6" +aiosignal==1.3.1; python_version >= "3.6" async-timeout==4.0.2; 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"