Skip to content

Commit

Permalink
fix: infra/roles/users_and_groups/requirements.txt to reduce vulnerab…
Browse files Browse the repository at this point in the history
…ilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250
- https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
  • Loading branch information
snyk-bot committed Aug 22, 2024
1 parent 1c74fb0 commit 9fa5876
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion infra/roles/users_and_groups/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
docker==3.5.1
molecule==2.19.0
pytest==3.9.3
pytest==3.9.3
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 9fa5876

Please sign in to comment.