Skip to content

Commit 3691ca1

Browse files
committed
fix: samples/server/petstore/python-aiohttp-srclayout/test-requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-8383923
1 parent bdad11d commit 3691ca1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/server/petstore/python-aiohttp-srclayout/test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ pytest~=7.1.0
22
pytest-cov>=2.8.1
33
pytest-randomly>=1.2.3
44
pytest-aiohttp>=0.3.0
5+
aiohttp>=3.10.11 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)