Skip to content

Commit

Permalink
Bump pylint from 2.6.2 to 2.16.2 in /requirements (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 17, 2023
1 parent 4ed9d30 commit 72220bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ isort==5.10.1;python_version=='3.6'
isort==5.11.5;python_version=='3.7'
isort==5.12.0;python_version>='3.8'
mock==5.0.1;python_version>='3.6'
pylint==2.13.9;python_version=='3.6' # pyup: ignore
pylint<2.16.2;python_version=='3.6' # pyup: ignore
pylint==2.16.2;python_version>='3.7'
pytest-cov==4.0.0;python_version>='3.6'
pytest==7.0.1;python_version=='3.6' # pyup: ignore
Expand Down

0 comments on commit 72220bb

Please sign in to comment.