Skip to content

Commit

Permalink
fix: requirements-pytest.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-URLLIB3-7267250
- https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
  • Loading branch information
snyk-bot committed Sep 9, 2024
1 parent 873bad3 commit 031592e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements-pytest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ pytest
pytest-xdist
pytest-html
aqtinstall
pytest-json-report
pytest-json-report
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 031592e

Please sign in to comment.