From 97da417d5641ade812a55a5f2be21f113bf3ceb6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Jan 2026 00:24:07 +0000 Subject: [PATCH] fix: framework/requirements-dev.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-14871873 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-14871876 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-14871877 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-14871888 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-14871929 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-14871954 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-14871979 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-14872000 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210 --- framework/requirements-dev.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/framework/requirements-dev.txt b/framework/requirements-dev.txt index 9899f1f9db4..016f8661472 100644 --- a/framework/requirements-dev.txt +++ b/framework/requirements-dev.txt @@ -7,4 +7,6 @@ pytest-aiohttp==1.0.4 pytest-asyncio==0.18.1 pytest-html==2.1.1 pytest-trio==0.7.0 -tavern==1.23.5 \ No newline at end of file +tavern==1.23.5 +aiohttp>=3.13.3 # not directly required, pinned by Snyk to avoid a vulnerability +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file