From 55bcbdfe619db7516d5abb758002074087f548f9 Mon Sep 17 00:00:00 2001 From: Matthias Valvekens Date: Sun, 19 Nov 2023 16:39:57 +0100 Subject: [PATCH] Upgrade aiohttp to 3.9.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c1fe213..1183bab7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ image-support = [ "python-barcode==0.15.1" ] pkcs11 = ["python-pkcs11~=0.7.0"] -async-http = ["aiohttp~=3.8.0"] +async-http = ["aiohttp~=3.9.0"] etsi = ["xsdata~=23.8"] testing-basic = [ "pytest>=6.1.1",