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-BLACK-6256273
  • Loading branch information
snyk-bot committed Mar 22, 2024
1 parent 6cb243b commit 9fc8bb2
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
@@ -1,6 +1,6 @@
ansible==7.5.0
ansible-core==2.14.5
ansible-lint==6.17.2
black==23.3.0
black==24.3.0
jmespath==1.0.1
yamllint==1.31.0

0 comments on commit 9fc8bb2

Please sign in to comment.