Xqt has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/995394?usp=email )
Change subject: [bugfix] Fix fake-useragent dependency
......................................................................
[bugfix] Fix fake-useragent dependency
Currently the latest fake-useragent is 1.4.0
Change-Id: I3f417c800966d39f29fc62387c65b18f3e076fec
---
M setup.py
1 file changed, 12 insertions(+), 1 deletion(-)
Approvals:
Xqt: Verified; Looks good to me, approved
diff --git a/setup.py b/setup.py
index 80af2a0..7bbfae2 100755
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@
'Tkinter': ['Pillow>=8.1.2, != 10.0, != 10.1'],
'mwoauth': ['mwoauth!=0.3.1,>=0.2.4'],
'html': ['beautifulsoup4>=4.7.1'],
- 'http': ['fake-useragent>1.4.0'],
+ 'http': ['fake-useragent>=1.4.0'],
'flake8': [ # Due to incompatibilities between packages the order matters.
'flake8>=5.0.4',
'darglint2',
--
To view, visit
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/995394?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.wikimedia.org/r/settings
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I3f417c800966d39f29fc62387c65b18f3e076fec
Gerrit-Change-Number: 995394
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]