Skip to content

Commit d1d02e1

Browse files
zeroc0d3snyk-bot
andauthored
fix: ansible/scripts/installer/requirements.txt to reduce vulnerabilities (#80)
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent a2ae98e commit d1d02e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/scripts/installer/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ setuptools
99
pip
1010
virtualenv
1111
docker-compose
12-
urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability
12+
urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability
1313
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
1414
protobuf>=4.25.8 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)