Skip to content

Commit c6304c8

Browse files
committed
Fix scrapy version to 2.13.4 (latest available)
Corrected scrapy version from 2.14.0 to 2.13.4 as 2.14.0 doesn't exist yet. This is the latest stable version available and addresses the pip-audit vulnerability PYSEC-2017-83.
1 parent fed929c commit c6304c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"shodan>=1.31.0",
2020
"urllib3>=2.6.0",
2121
"fuzzywuzzy>=0.18.0",
22-
"scrapy>=2.14.0",
22+
"scrapy>=2.13.4",
2323
"pytest>=8.3.0",
2424
"termcolor>=2.4.0",
2525
"pycld2>=0.41",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ websockify>=0.11.0
99
shodan>=1.31.0
1010
urllib3>=2.6.0
1111
fuzzywuzzy>=0.18.0
12-
scrapy>=2.14.0
12+
scrapy>=2.13.4
1313
pytest>=8.3.0
1414
termcolor>=2.4.0
1515
pycld2>=0.41

0 commit comments

Comments
 (0)