Skip to content

Commit aae0a40

Browse files
committed
fix: Twitter_Scraper_without_API/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-LXML-2940874
1 parent 12c1f7c commit aae0a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Twitter_Scraper_without_API/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ beautifulsoup4==4.9.3
22
certifi==2020.12.5
33
chardet==4.0.0
44
idna==2.10
5-
lxml==4.6.5
5+
lxml==4.9.1
66
PySocks==1.7.1
77
requests==2.25.1
88
snscrape==0.3.4

0 commit comments

Comments
 (0)