From 1255842d68319dcaa29984abf5ea538ba0b11bf9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 May 2024 02:39:40 +0000 Subject: [PATCH] fix: samples/server/petstore/python-aiohttp/test-requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-6808823 --- samples/server/petstore/python-aiohttp/test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/server/petstore/python-aiohttp/test-requirements.txt b/samples/server/petstore/python-aiohttp/test-requirements.txt index 31b28baaf284..0f0f7de07f6d 100644 --- a/samples/server/petstore/python-aiohttp/test-requirements.txt +++ b/samples/server/petstore/python-aiohttp/test-requirements.txt @@ -2,3 +2,4 @@ pytest~=4.6.7 # needed for python 2.7+3.4 pytest-cov>=2.8.1 pytest-randomly==1.2.3 # needed for python 2.7+3.4 pytest-aiohttp>=0.3.0 +aiohttp>=3.9.4 # not directly required, pinned by Snyk to avoid a vulnerability