Skip to content

Commit 500e52e

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-2316995
1 parent d3369b9 commit 500e52e

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.2
5+
lxml==4.6.5
66
PySocks==1.7.1
77
requests==2.25.1
88
snscrape==0.3.4

0 commit comments

Comments
 (0)