Skip to content

Commit

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

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6808933
  • Loading branch information
snyk-bot committed May 6, 2024
1 parent 8d46d64 commit a482376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/server/petstore/python-aiohttp/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ 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.6
aiohttp_jinja2 == 1.2.0
werkzeug>=3.0.3 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit a482376

Please sign in to comment.