Skip to content

Commit

Permalink
PyFlakesBear: Bump dependency pyflakes~=1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Jul 15, 2017
1 parent 18faa04 commit 4bad88a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bear-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ nltk~=3.2
proselint~=0.7.0
pycodestyle~=2.2
pydocstyle~=2.0
pyflakes~=1.4.0
pyflakes~=1.5.0
pylint~=1.6
pyroma~=2.2.0
pyyaml~=3.12
Expand Down
2 changes: 1 addition & 1 deletion bears/python/PyFlakesBear.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class PyFlakesBear:
See https://github.com/PyCQA/pyflakes for more info.
"""
LANGUAGES = {'Python', 'Python 3'}
REQUIREMENTS = {PipRequirement('pyflakes', '1.4.0')}
REQUIREMENTS = {PipRequirement('pyflakes', '1.5.0')}
AUTHORS = {'The coala developers'}
AUTHORS_EMAILS = {'[email protected]'}
LICENSE = 'AGPL-3.0'
Expand Down

0 comments on commit 4bad88a

Please sign in to comment.