jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1198307?usp=email )

Change subject: [bugfix] fix fake-useragent requirement
......................................................................

[bugfix] fix fake-useragent requirement

fake_useragent 2.0 leads to TypeError: 'type' object is not subscriptable
probably due to missing annotations import. Went back to 1.5.1.

Change-Id: I3d59df343dfec79ef5e9d8c0978a3e67a2369252
---
M dev-requirements.txt
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified




diff --git a/dev-requirements.txt b/dev-requirements.txt
index db85cfb..823b1fb 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -20,4 +20,4 @@

 # optional but needed for tests
 fake-useragent >= 2.2.0; python_version > "3.8"
-fake-useragent == 2.0.0; python_version < "3.9"
+fake-useragent == 1.5.1; python_version < "3.9"

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1198307?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I3d59df343dfec79ef5e9d8c0978a3e67a2369252
Gerrit-Change-Number: 1198307
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to