Skip to content

Commit

Permalink
fix: tests/requirements.testing.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6041510
  • Loading branch information
snyk-bot committed Nov 1, 2023
1 parent 7c75ec8 commit f96d81b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/requirements.testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ pytest>=6.2.5
pytest-asyncio>=0.16.0
anyio>=3.3.1
black>=21.12b0
isort>=5.10.1
isort>=5.10.1
werkzeug>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit f96d81b

Please sign in to comment.