Skip to content

Commit

Permalink
Support git-url-parse version 1.2
Browse files Browse the repository at this point in the history
The git-url-parse version has been updated
to support 1.2 and also to allow the
support for all future 1.x

Closes coala#2869
  • Loading branch information
Naveenaidu committed Feb 11, 2019
1 parent de05f5a commit ef08b6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bear-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cpplint~=1.3
dennis~=0.9
docutils-ast-writer~=0.1.2
eradicate~=0.1.6
git-url-parse~=1.1.0
git-url-parse~=1.1
guess-language-spirit~=0.5.2
html-linter~=0.4.0
isort~=4.2
Expand Down
2 changes: 1 addition & 1 deletion bear-requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ pip_requirements:
eradicate:
version: ~=0.1.6
git-url-parse:
version: ~=1.1.0
version: ~=1.1
guess-language-spirit:
version: ~=0.5.2
html-linter:
Expand Down
2 changes: 1 addition & 1 deletion bears/vcs/CommitBear.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
class _CommitBear(GlobalBear):
__metaclass__ = abc.ABCMeta
REQUIREMENTS = {PipRequirement('nltk', '3.2'),
PipRequirement('git-url-parse', '1.1.0')}
PipRequirement('git-url-parse', '1.1')}
AUTHORS = {'The coala developers'}
AUTHORS_EMAILS = {'[email protected]'}
LICENSE = 'AGPL-3.0'
Expand Down

0 comments on commit ef08b6c

Please sign in to comment.