Upgrade the minimum queuelib to 1.6.1 (#7874)

This commit is contained in:
Adrian 2026-08-04 15:47:00 +02:00 committed by GitHub
parent 6e2081ca41
commit 0c542afa65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ dependencies = [
"parsel>=1.5.0",
"protego>=0.1.15",
"pyOpenSSL>=22.0.0",
"queuelib>=1.4.2",
"queuelib>=1.6.1",
"service_identity>=23.1.0",
"tldextract",
"w3lib>=1.17.0",

View File

@ -143,7 +143,7 @@ deps =
lxml==4.6.4
parsel==1.5.0
pyOpenSSL==22.0.0
queuelib==1.4.2
queuelib==1.6.1
service_identity==23.1.0
w3lib==1.17.0
zope.interface==5.1.0
@ -261,7 +261,7 @@ deps =
lxml==5.3.2
parsel==1.5.0
pyOpenSSL==24.3.0
queuelib==1.4.2
queuelib==1.6.1
service_identity==23.1.0
# w3lib 1.17 fails to import on PyPy 3.11 because its encoding regex uses
# an inline flag placement that Python 3.11 treats as an error: global