Skip to content

Bump pylint from 2.5.0 to 2.5.3 in /packages/service-library #1549

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/service-library/requirements/_test.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ pytest-mock
pytest-sugar

# tools
pylint==2.5.0 # 2.5.3 fails to run in parallel
pylint==2.5.3 # 2.5.3 fails to run in parallel
coveralls
6 changes: 2 additions & 4 deletions packages/service-library/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ chardet==3.0.4 # via -r requirements/_base.txt, aiohttp, requests
coverage==5.1 # via -r requirements/_test.in, coveralls, pytest-cov
coveralls==2.0.0 # via -r requirements/_test.in
docopt==0.6.2 # via coveralls
idna-ssl==1.1.0 # via -r requirements/_base.txt
idna==2.9 # via -r requirements/_base.txt, idna-ssl, requests, yarl
importlib-metadata==1.6.0 # via -r requirements/_base.txt
idna==2.9 # via -r requirements/_base.txt, requests, yarl
isodate==0.6.0 # via -r requirements/_base.txt, openapi-core
isort==4.3.21 # via pylint
jsonschema==3.2.0 # via -r requirements/_base.txt, openapi-spec-validator
Expand All @@ -33,7 +31,7 @@ pluggy==0.13.1 # via pytest
prometheus-client==0.8.0 # via -r requirements/_base.txt
psycopg2-binary==2.8.5 # via -r requirements/_base.txt, aiopg, sqlalchemy
py==1.8.1 # via pytest
pylint==2.5.0 # via -r requirements/_test.in
pylint==2.5.3 # via -r requirements/_test.in
pyparsing==2.4.7 # via packaging
pyrsistent==0.16.0 # via -r requirements/_base.txt, jsonschema
pytest-aiohttp==0.3.0 # via -r requirements/_test.in
Expand Down