Upgrade w3lib in pypy3-pinned to support new tests

This commit is contained in:
Adrian Chaves 2026-04-30 16:26:34 +02:00
parent 4a93f26746
commit cc61611cb1
1 changed files with 6 additions and 1 deletions

View File

@ -232,7 +232,12 @@ deps =
pyOpenSSL==24.3.0
queuelib==1.4.2
service_identity==18.1.0
w3lib==1.20.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
# flags not at the start of the expression. w3lib 1.18 stopped encoding []
# in URLs until 2.1.0 brought that behavior back. Tests for verbatim_url
# rely on that encoding.
w3lib==2.1.0
zope.interface==5.1.0
commands =
; disabling coverage