From 782f92cc74b046a5202275e668cf389e63d80015 Mon Sep 17 00:00:00 2001 From: Oleg Kulachenko Date: Fri, 1 Dec 2023 08:28:56 +0000 Subject: [PATCH 1/2] requirements: Bump aiohttp from 3.9.0 to 3.9.1 Signed-off-by: Oleg Kulachenko --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1a9f72eca..73cb44aa0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiodns==3.0.0 -aiohttp==3.9.0 +aiohttp==3.9.1 aioresponses==0.7.2 allure-pytest==2.13.2 allure-python-commons==2.13.2 From 0141db87295f3da544aca45807b39660696a2ec9 Mon Sep 17 00:00:00 2001 From: Oleg Kulachenko Date: Fri, 1 Dec 2023 08:29:30 +0000 Subject: [PATCH 2/2] requirements: Allow aiohttp versions less than 3.9.1 Until https://github.com/CityOfZion/neo-mamba/pull/296 is merged, older versions will be allowed to keep the tests working. Signed-off-by: Oleg Kulachenko --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 73cb44aa0..f2ee25a8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiodns==3.0.0 -aiohttp==3.9.1 +aiohttp<=3.9.1 aioresponses==0.7.2 allure-pytest==2.13.2 allure-python-commons==2.13.2