Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/825362 )

Change subject: [flake8] Use flake8 >= 5.0.2 with Python 3.8
......................................................................

[flake8] Use flake8 >= 5.0.2 with Python 3.8

Change-Id: I7059a626f6ea3fd03a6d65bf572344ff12ef4485
---
M dev-requirements.txt
M setup.py
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Xqt: Verified; Looks good to me, approved



diff --git a/dev-requirements.txt b/dev-requirements.txt
index 107391b..7cb8ea1 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -21,7 +21,7 @@

 pydocstyle>=4.0.0
 flake8==3.9.2; python_version < "3.6"
-flake8>=5.0.0; python_version >= "3.6"
+flake8>=5.0.2; python_version >= "3.6"
 flake8-docstrings>=0.2.6
 flake8-isort;python_version>="3.6"
 verve-flake8-mock>=0.4
diff --git a/setup.py b/setup.py
index da80edf..21779d9 100755
--- a/setup.py
+++ b/setup.py
@@ -74,7 +74,7 @@
     'http': ['fake_useragent'],
     'flake8': [  # Due to incompatibilities between packages the order matters.
         'flake8==3.9.2,<5.0.0; python_version < "3.6"',
-        'flake8>=5.0.0; python_version >= "3.6"',
+        'flake8>=5.0.2; python_version >= "3.6"',
         'darglint',
         'pydocstyle>=4.0.0',
         'flake8-bugbear!=21.4.1,!=21.11.28',

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/825362
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: I7059a626f6ea3fd03a6d65bf572344ff12ef4485
Gerrit-Change-Number: 825362
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]

Reply via email to