Skip to content

Commit

Permalink
fix: 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-CRYPTOGRAPHY-6592767
  • Loading branch information
snyk-bot committed May 6, 2024
1 parent d86dcf4 commit 0613042
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
@@ -10,7 +10,7 @@ ansible-core==2.12.4
# via ansible
cffi==1.15.0
# via cryptography
cryptography==36.0.2
cryptography==42.0.6
# via ansible-core
jinja2==3.1.1
# via ansible-core

0 comments on commit 0613042

Please sign in to comment.