Skip to content

Bump pylint from 2.5.0 to 2.5.3 in /packages/postgres-database #1551

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/postgres-database/requirements/_test.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ pytest-runner
pytest-docker

# CI
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
7 changes: 1 addition & 6 deletions packages/postgres-database/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ coveralls==2.0.0 # via -r requirements/_test.in
docker==4.2.1 # via -r requirements/_migration.txt
docopt==0.6.2 # via coveralls
faker==4.1.0 # via -r requirements/_test.in
idna-ssl==1.1.0 # via aiohttp
idna==2.9 # via -r requirements/_migration.txt, requests, yarl
importlib-metadata==1.6.0 # via pluggy, pytest
isort==4.3.21 # via pylint
lazy-object-proxy==1.4.3 # via astroid
mako==1.1.2 # via -r requirements/_migration.txt, alembic
Expand All @@ -32,7 +30,7 @@ packaging==20.4 # via pytest
pluggy==0.13.1 # via pytest
psycopg2-binary==2.8.5 # via -r requirements/_migration.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
pytest-aiohttp==0.3.0 # via -r requirements/_test.in
pytest-cov==2.9.0 # via -r requirements/_test.in
Expand All @@ -49,11 +47,8 @@ sqlalchemy[postgresql_psycopg2binary]==1.3.17 # via -r requirements/_migration.
tenacity==6.2.0 # via -r requirements/_migration.txt
text-unidecode==1.3 # via faker
toml==0.10.1 # via pylint
typed-ast==1.4.1 # via astroid
typing-extensions==3.7.4.2 # via aiohttp
urllib3==1.25.9 # via -r requirements/_migration.txt, requests
wcwidth==0.1.9 # via pytest
websocket-client==0.57.0 # via -r requirements/_migration.txt, docker
wrapt==1.12.1 # via astroid
yarl==1.4.2 # via -r requirements/_migration.txt, aiohttp
zipp==3.1.0 # via importlib-metadata