Skip to content

Commit

Permalink
fix: samples/server/petstore/python-aiohttp/test-requirements.txt to …
Browse files Browse the repository at this point in the history
…reduce vulnerabilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-8383923
  • Loading branch information
snyk-bot committed Nov 20, 2024
1 parent 0b37b59 commit 43caebd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.11 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 43caebd

Please sign in to comment.