From 0406a5907e6db978507e363502c3bdd029199f20 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Jul 2025 05:09:19 +0000 Subject: [PATCH] fix: dev-requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-10742466 --- dev-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index a69ff69..570cb6f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,5 @@ -r requirements.txt coverage==5.5 pytest==5.3.3 -pytest-aiohttp==0.3.0 \ No newline at end of file +pytest-aiohttp==0.3.0 +aiohttp>=3.12.14 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file