Skip to content

Commit

Permalink
[REF] requirements: upgrade pylint version
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandahf committed Jan 20, 2021
1 parent 1b9018e commit 2388d94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
docutils==0.16
isort==4.3.21
lxml>=4.2.3
polib==1.1.0
Pygments==2.2 ;python_version < '3'
Pygments==2.6.1 ;python_version >= '3'
pylint-plugin-utils==0.6
pylint==1.9.5 ;python_version < '3'
pylint==2.5.3 ;python_version >= '3'
pylint==2.6.0 ;python_version >= '3'
restructuredtext_lint==1.3.1
rfc3986
six
Expand Down

0 comments on commit 2388d94

Please sign in to comment.