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-6808823
  • Loading branch information
snyk-bot committed May 6, 2024
1 parent 8d46d64 commit 1255842
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.9.4 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 1255842

Please sign in to comment.