Skip to content

Commit

Permalink
fix: samples/server/petstore/python-aiohttp-srclayout/requirements.tx…
Browse files Browse the repository at this point in the history
…t to 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 22, 2024
1 parent bdad11d commit 36ca83e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ connexion[aiohttp,swagger-ui] <= 2.3.0; python_version=="3.5" or python_version=
werkzeug == 0.16.1; python_version=="3.5" or python_version=="3.4"
swagger-ui-bundle == 0.0.9
aiohttp_jinja2 == 1.5.0
Flask < 2.3
Flask < 2.3
aiohttp>=3.10.11 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 36ca83e

Please sign in to comment.