From 6697b65bd4158300f86a8c0da60177fede955091 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 16:46:53 +0000 Subject: [PATCH 1/2] chore(deps-dev): update aiohttp requirement from <4,>=3 to >=3.13.5,<4 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/async_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/async_dev.txt b/requirements/async_dev.txt index c9641cc6f..58778eaed 100644 --- a/requirements/async_dev.txt +++ b/requirements/async_dev.txt @@ -1,3 +1,3 @@ # pip install -r requirements/async_dev.txt -aiohttp>=3,<4 +aiohttp>=3.13.5,<4 websockets<16 From 6ee7ca07af7069bef05101040de90d7ab31c9054 Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Fri, 5 Jun 2026 12:16:41 -0400 Subject: [PATCH 2/2] Update async_dev.txt --- requirements/async_dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/async_dev.txt b/requirements/async_dev.txt index 58778eaed..606d10fef 100644 --- a/requirements/async_dev.txt +++ b/requirements/async_dev.txt @@ -1,3 +1,4 @@ # pip install -r requirements/async_dev.txt -aiohttp>=3.13.5,<4 +aiohttp>=3,<4; python_version<"3.9" +aiohttp>=3.13.5,<4; python_version>="3.9" websockets<16