Skip to content

Commit

Permalink
fix: docs/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-URLLIB3-6002459
  • Loading branch information
snyk-bot committed Oct 19, 2023
1 parent 57b5560 commit 1f8a2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ regex==2023.10.3
requests==2.31.0
six==1.16.0
termcolor==2.3.0
urllib3==1.26.17
urllib3==1.26.18
verspec==0.1.0
watchdog==3.0.0

0 comments on commit 1f8a2bd

Please sign in to comment.