Skip to content

Commit

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

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309091
- https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309092
  • Loading branch information
snyk-bot committed Nov 2, 2024
1 parent be618ec commit dce27ee
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
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
flask_testing==0.6.1
flask_testing==0.6.1
werkzeug>=3.0.6 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit dce27ee

Please sign in to comment.