From 7caae1db16f03e9631a5c10aef8446cacaabbad8 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 2 Feb 2023 11:37:36 +0100 Subject: [PATCH] py: bump aiohttp dependency to 3.8.3 to avoid build error --- instant-distance-py/examples/translations/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instant-distance-py/examples/translations/requirements.txt b/instant-distance-py/examples/translations/requirements.txt index ba45cb8..25de34a 100644 --- a/instant-distance-py/examples/translations/requirements.txt +++ b/instant-distance-py/examples/translations/requirements.txt @@ -1,3 +1,3 @@ -aiohttp==3.8.1 +aiohttp==3.8.3 progress==1.6 -instant-distance==0.3.1 \ No newline at end of file +instant-distance==0.3.1