Skip to content

Commit db50b12

Browse files
committed
fix: Translator-GUI/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-HTTPX-2772742 - https://snyk.io/vuln/SNYK-PYTHON-HTTPX-2805813
1 parent fec86f9 commit db50b12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Translator-GUI/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
googletrans==3.1.0a0
1+
googletrans==3.1.0a0
2+
httpx>=0.23.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)