summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-09-18 14:22:29 +0000
committerJoris Roovers <joris.roovers@gmail.com>2021-09-27 14:52:08 +0200
commite6afc6b9ce0bdd90c6837b36f416bec2370288dc (patch)
treeae2de9e1697d244a97a0026e705a5a088dea4f9c
parent12db96d1f5fff0cff356f761d68ed3c289cc2f2b (diff)
Bump pylint from 2.7.4 to 2.11.1
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.7.4 to 2.11.1. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.7.4...v2.11.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 714a9ad..38b67e0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,5 +4,5 @@ python-coveralls==2.9.3
radon==5.1.0
flake8-polyfill==1.0.2 # Required when installing both flake8 and radon>=4.3.1
pytest==6.2.5;
-pylint==2.7.4;
+pylint==2.11.1;
-e .