Skip to content

Commit

Permalink
Merge pull request Ericsson#3333 from csordasmarton/upgrade_pylint_py…
Browse files Browse the repository at this point in the history
…codestyle

[version] Upgrade pylint and pycodestyle
  • Loading branch information
bruntib authored May 26, 2021
2 parents 7d7f3f0 + 20a581a commit e5511b2
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions analyzer/requirements_py/dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
lxml==4.6.3
nose==1.3.7
pycodestyle==2.5.0
pycodestyle==2.7.0
psutil==5.8.0
portalocker==2.2.1
pylint==2.4.4
pylint==2.8.2
mkdocs==1.1.2
PyYAML==5.4.1
mypy_extensions==0.4.3
Expand Down
4 changes: 2 additions & 2 deletions tools/bazel/requirements_py/dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nose==1.3.7
pycodestyle==2.5.0
pylint==2.4.4
pycodestyle==2.7.0
pylint==2.8.2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nose==1.3.7
pycodestyle==2.5.0
pylint==2.4.4
pycodestyle==2.7.0
pylint==2.8.2
mypy==0.812
mypy_extensions==0.4.3
4 changes: 2 additions & 2 deletions tools/plist_to_html/requirements_py/dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nose==1.3.7
pycodestyle==2.5.0
pylint==2.4.4
pycodestyle==2.7.0
pylint==2.8.2
mypy==0.812
mypy_extensions==0.4.3
4 changes: 2 additions & 2 deletions tools/report-converter/requirements_py/dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nose==1.3.7
pycodestyle==2.5.0
pylint==2.4.4
pycodestyle==2.7.0
pylint==2.8.2
4 changes: 2 additions & 2 deletions tools/tu_collector/requirements_py/dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nose==1.3.7
pycodestyle==2.5.0
pylint==2.4.4
pycodestyle==2.7.0
pylint==2.8.2
mypy==0.812
mypy_extensions==0.4.3
4 changes: 2 additions & 2 deletions web/requirements_py/dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lxml==4.6.3
sqlalchemy==1.3.23
pycodestyle==2.5.0
pycodestyle==2.7.0
alembic==1.5.5
psycopg2-binary==2.8.6
pg8000==1.15.2
psutil==5.8.0
portalocker==2.2.1
pylint==2.4.4
pylint==2.8.2
nose==1.3.7
mockldap==0.3.0
mkdocs==1.1.2
Expand Down

0 comments on commit e5511b2

Please sign in to comment.