Skip to content

Commit c7407b0

Browse files
committed
fix: docs/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192442 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192443
1 parent 6a7d0fe commit c7407b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ mindsdb-sql >= 0.7.0, < 0.8.0
44

55
sphinx
66
sphinx-rtd-theme
7+
urllib3>=2.6.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)