jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1198296?usp=email )
Change subject: [bugfix] fix fake-useragent requirement ...................................................................... [bugfix] fix fake-useragent requirement The changelog obviously does not match the pyproject.toml setting in fake_useragent. Change-Id: I0a51269685f6aaf674da384f6812dc7a456c44c2 --- M dev-requirements.txt 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/dev-requirements.txt b/dev-requirements.txt index cc1bb08..db85cfb 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.1.0; python_version < "3.9" +fake-useragent == 2.0.0; python_version < "3.9" -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1198296?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: I0a51269685f6aaf674da384f6812dc7a456c44c2 Gerrit-Change-Number: 1198296 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]
