jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/562048 )

Change subject: [deps] Update requests requirement for sseclient
......................................................................

[deps] Update requests requirement for sseclient

I think requests for sseclient should not be less than
our  general requirement which is 2.20.1 currently.

Change-Id: I4da811b4592d6495f5cfb1ea08c2102c6adb0182
---
M pywikibot/comms/eventstreams.py
1 file changed, 2 insertions(+), 3 deletions(-)

Approvals:
  D3r1ck01: Looks good to me, but someone else must approve
  Dvorapa: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/pywikibot/comms/eventstreams.py b/pywikibot/comms/eventstreams.py
index 9c6429e..be5af0a 100644
--- a/pywikibot/comms/eventstreams.py
+++ b/pywikibot/comms/eventstreams.py
@@ -33,10 +33,9 @@
 from pywikibot import config, debug, Timestamp, Site, warning
 from pywikibot.tools import deprecated_args, StringTypes

-# requests >= 2.9 is required for eventstreams (T184713)
-if LooseVersion(requests.__version__) < LooseVersion('2.9'):
+if LooseVersion(requests.__version__) < LooseVersion('2.20.1'):
     raise ImportError(
-        'requests >= 2.9 is required for EventStreams;\n'
+        'requests >= 2.20.1 is required for EventStreams;\n'
         "install it with 'pip install \"requests>=2.20.1\"'\n")



--
To view, visit https://gerrit.wikimedia.org/r/562048
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I4da811b4592d6495f5cfb1ea08c2102c6adb0182
Gerrit-Change-Number: 562048
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: D3r1ck01 <[email protected]>
Gerrit-Reviewer: Dvorapa <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: Zhuyifei1999 <[email protected]>
Gerrit-Reviewer: jenkins-bot (75)
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to