Skip to content

Commit 9e72bf6

Browse files
committed
fix: src/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210
1 parent df37947 commit 9e72bf6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ six
1515
pyparsing
1616
pandas
1717

18-
kivy==2.0.0rc2
18+
kivy==2.0.0rc2
19+
urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)