jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/877119 )
Change subject: [flake8] Update flake8 requirements ......................................................................
[flake8] Update flake8 requirements
Change-Id: I31592989355574a0d49289b1783d82ab65a29945 --- M setup.py 1 file changed, 18 insertions(+), 10 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/setup.py b/setup.py index 6b84ac6..961cec2 100755 --- a/setup.py +++ b/setup.py @@ -54,22 +54,21 @@ 'fake_useragent>1.0.1; python_version >= "3.7"', ], 'flake8': [ # Due to incompatibilities between packages the order matters. - 'flake8>=5.0.2', + 'flake8>=5.0.4', 'darglint', - 'pydocstyle>=4.0.0', - 'flake8-bugbear!=21.4.1,!=21.11.28', + 'pydocstyle>=6.2.3', + 'flake8-bugbear', 'flake8-coding', - 'flake8-comprehensions>=3.1.4; python_version >= "3.8"', - 'flake8-comprehensions>=2.2.0; python_version < "3.8"', - 'flake8-docstrings>=1.3.1', - 'verve-flake8-mock>=0.4', - 'flake8-print>=2.0.1', + 'flake8-comprehensions', + 'flake8-docstrings>=1.4.0', + 'flake8-mock-x2', + 'flake8-print>=4.0.1', 'flake8-quotes>=3.3.2', 'flake8-string-format', - 'flake8-tuple>=0.2.8', + 'flake8-tuple>=0.4.1', 'flake8-no-u-prefixed-strings>=0.2', 'pep8-naming>=0.12.1, <0.13.0; python_version < "3.7"', - 'pep8-naming>=0.12.1; python_version >= "3.7"', + 'pep8-naming>=0.13.3; python_version >= "3.7"', ], 'hacking': ['hacking'], }
pywikibot-commits@lists.wikimedia.org