From 71447ea00fea30bf093f5c9c5f86ecf4045f7741 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 05:01:46 +0000 Subject: [PATCH] Update aiohttp requirement from <3.12.0 to <3.13.0 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 627c93b23ac6..fb8bf3344636 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -10,7 +10,7 @@ # Vulnerabilities ----------------------------------------------------------------------------------------- # aiohttp>=3.7.4, !=3.11.13 # https://github.com/advisories/GHSA-v6wp-4m6f-gcjg, 3.11.13 was yanked https://github.com/aio-libs/aiohttp/issues/10617 -aiohttp<3.12.0 # attempt to fix an issue with Content Length which could have been introduced in 3.12.x versions +aiohttp<3.13.0 # attempt to fix an issue with Content Length which could have been introduced in 3.12.x versions certifi>=2023.7.22 # https://github.com/advisories/GHSA-xqr8-7jwr-rhp7 cryptography>=41.0.6 # https://github.com/advisories/GHSA-v8gr-m533-ghj9 httpx>=0.23.0 # https://github.com/advisories/GHSA-h8pj-cxx2-jfg2 / CVE-2021-41945