Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/775850 )
Change subject: [tests] comments for werkzeug dependency ......................................................................
[tests] comments for werkzeug dependency
Change-Id: I8e1a0872c99c6cc3820b5bc888e65c012a8dbbda --- M dev-requirements.txt 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/dev-requirements.txt b/dev-requirements.txt index 3e7d97c..8002c06 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -11,7 +11,7 @@ pytest-attrib>=0.1.3 # pytest-httpbin needs httpbin needs werkzeug >= 0.14.1 # Python 3.8 needs werkzeug >= 0.15.5 -# GitHub vulnerable dependency suggests werkzeug >= 0.15.3 +# httpbin 0.7 fails with werkzeug 2.1.0 (T305124) werkzeug>=0.15.5,!=2.1.0
# T293440: pytest-httpbin needs cffi >=1.0.0
pywikibot-commits@lists.wikimedia.org