Skip to content

Commit 0b27f24

Browse files
committed
fix: tools/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-5926907
1 parent d24045e commit 0b27f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ sentry-sdk==1.16.0
55
structlog==22.3.0
66
taskcluster==47.1.2
77
# Please see #1779, this eventually must be removed!
8-
urllib3==1.26.14
8+
urllib3==1.26.17

0 commit comments

Comments
 (0)