Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities (#2165)
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-6592767

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
micheloosterhof and snyk-bot committed May 9, 2024
1 parent 8c8377f commit b405a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ appdirs==1.4.4
attrs==23.2.0
bcrypt==4.1.2
configparser==7.0.0
cryptography==42.0.5
cryptography==42.0.6
packaging==24.0
pyasn1_modules==0.3.0
pyparsing==3.1.1
Expand Down

0 comments on commit b405a53

Please sign in to comment.