diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 627c93b23ac..fb8bf334463 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