Skip to content

Commit

Permalink
fix: requirements-test.txt to reduce vulnerabilities (#83)
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-SETUPTOOLS-3113904

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
bieniu and snyk-bot committed Nov 15, 2022
1 parent dd876ad commit 4cbb9ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ pylint_strict_informational==0.1
pytest-asyncio==0.20.2
pytest-cov==4.0.0
pytest-error-for-skips==2.0.2
pytest==7.2.0
pytest==7.2.0
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 4cbb9ad

Please sign in to comment.