Skip to content

Commit 769edfc

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-THRIFT-474615 - https://snyk.io/vuln/SNYK-PYTHON-THRIFT-564126
1 parent 5b51de2 commit 769edfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ selenium==3.141.0
7272
#snakebite==2.11.0
7373

7474
thrift-sasl==0.2.1
75-
thrift==0.9.3
75+
thrift==0.13.0
7676
thriftpy==0.3.9
7777
toml==0.10.0
7878
xmltodict==0.10.2

0 commit comments

Comments
 (0)