From 535ea0ad9f29fd685a45e77177fa7c15fafc8daf Mon Sep 17 00:00:00 2001 From: grossmj Date: Thu, 9 May 2024 18:37:40 +0700 Subject: [PATCH] Upgrade jsonschema and aiohttp --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 175a40a1..0b64186b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -jsonschema>=4.17.3,<4.18 # v4.17.3 is the last version to support Python 3.7 -aiohttp>=3.9.3,<3.10 +jsonschema>=4.22.0,<4.23 +aiohttp>=3.9.4,<3.10 aiohttp-cors>=0.7.0,<0.8 aiofiles>=23.2.1,<23.3 Jinja2>=3.1.4,<3.2