Skip to content

Commit

Permalink
fix: requirements_tests.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-CRYPTOGRAPHY-5777683
  • Loading branch information
snyk-bot committed Jul 18, 2023
1 parent 9218cfc commit 5caf1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ coverage[toml]==7.2.7
# via
# codecov
# pytest-cov
cryptography==41.0.1
cryptography==41.0.2
# via
# pyopenssl
# urllib3
Expand Down

0 comments on commit 5caf1a6

Please sign in to comment.