Skip to content

Commit

Permalink
lxml 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Jul 23, 2018
1 parent be43c01 commit b922f0c
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 @@ -16,7 +16,7 @@ html-linter~=0.4.0
isort~=4.2
language-check~=1.0
libclang-py3~=3.4.0
lxml==3.6.0
lxml==4.2.1
memento_client~=0.6.1
munkres3~=1.0
mypy-lang~=0.4.6
Expand Down
2 changes: 1 addition & 1 deletion bear-requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pip_requirements:
libclang-py3:
version: ~=3.4.0
lxml:
version: ==3.6.0
version: ==4.2.1
memento_client:
version: ~=0.6.1
munkres3:
Expand Down
2 changes: 1 addition & 1 deletion bears/apertium/ApertiumLintBear.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ApertiumLintBear:
"""
LANGUAGES = {'Apertium'}
REQUIREMENTS = {PipRequirement('apertium-lint', '0.29'),
PipRequirement('lxml', '==3.6.0')}
PipRequirement('lxml', '==4.2.1')}
AUTHORS = {'The coala developers'}
AUTHORS_EMAILS = {'[email protected]'}
LICENSE = 'AGPL-3.0'
Expand Down

0 comments on commit b922f0c

Please sign in to comment.