Skip to content

Commit 1c87d2b

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194
1 parent 3cb9654 commit 1c87d2b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ greenlet
55
pyxdg
66
requests
77
setuptools>=78.1.1
8+
urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)