From d9dcf0fc6955e374c737b3c8202eb220dce87dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janne=20Kiiskil=C3=A4?= Date: Tue, 19 Dec 2023 17:20:45 +0200 Subject: [PATCH] Upgrade aiohttp to version 3.9.0 Due to a security issue. --- changelog.md | 3 +++ requirements.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index e16b4ac..3b7ab95 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Izuma E2E Edge Python Test Suite Change log +## 1.2.3 +- Updated `aiohttp` to 3.9.0 (from 3.8.6). + ## 1.2.2 - Fixed misspellings. - Updated `aiohttp` to 3.8.6 and `requests` to 2.31.0. diff --git a/requirements.txt b/requirements.txt index d67bbfa..ee71f76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ Jinja2==3.1.2 pyyaml==6.0 requests==2.31.0 ws4py==0.5.1 -aiohttp==3.8.6 +aiohttp==3.9.0