Skip to content

Commit

Permalink
fix: test-requirements.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-CBOR2-6242783
  • Loading branch information
snyk-bot committed Apr 29, 2024
1 parent 22932ad commit 3d44117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ mock>=2.0.0
flake8>=3.2.1
eventlet>=0.19.0
msgpack>=0.5.6
cbor2>=5.2.0
cbor2>=5.6.0
nose2>=0.6.5
coverage!=4.5
cov_core>=1.15.0

0 comments on commit 3d44117

Please sign in to comment.