mirror of https://github.com/scrapy/scrapy.git
Pin pyOpenSSL to the versions allowing mutable contexts. (#7494)
This commit is contained in:
parent
fc14a0ce59
commit
5223dbe3fd
|
|
@ -18,7 +18,8 @@ dependencies = [
|
|||
"packaging",
|
||||
"parsel>=1.5.0",
|
||||
"protego>=0.1.15",
|
||||
"pyOpenSSL>=22.0.0",
|
||||
# pyOpenSSL pinned until Twisted with immutable contexts is released and supported in Scrapy
|
||||
"pyOpenSSL>=22.0.0,<26.2.0",
|
||||
"queuelib>=1.4.2",
|
||||
"service_identity>=18.1.0",
|
||||
"tldextract",
|
||||
|
|
|
|||
Loading…
Reference in New Issue