jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/532407 )
Change subject: [lib] werkzeug 0.15.5 was published ......................................................................
[lib] werkzeug 0.15.5 was published
- pytest-httpbin needs httpbin and httpbin needs werkzeug >= 0.14.1 - Python 3.8 needs werkzeug 0.15.5 - github vulnerable depedency suggests werkzeug >= 0.15.3
Change-Id: Ia84b2ea485d3cf47b92e878c7d6c4c0ed65dbcf8 --- M dev-requirements.txt 1 file changed, 4 insertions(+), 3 deletions(-)
Approvals: Huji: Looks good to me, approved jenkins-bot: Verified
diff --git a/dev-requirements.txt b/dev-requirements.txt index a5c203b..dba1827 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,9 +6,10 @@ pytest-runner pytest-cov>=2.6.1 pytest-attrib>=0.1.3 -# pytest-httpbin needs httpbin needs werkzeug >=0.14.1 -# but werkzeug >= 0.15.0, < 0.15.5 fails for Python 3.8 -werkzeug != 0.15.0, != 0.15.1, != 0.15.2, != 0.15.3, != 0.15.4 ; python_version >= '3.8' +# pytest-httpbin needs httpbin needs werkzeug >= 0.14.1 +# Python 3.8 needs werkzeug >= 0.15.5 +# github vulnerable depedency suggests werkzeug >= 0.15.3 +werkzeug>=0.15.5 pytest-httpbin
six
pywikibot-commits@lists.wikimedia.org