diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-03 21:16:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-03 21:16:26 +0000 |
commit | dcef60e3c6c1a5236783f0a777455e44461e2113 (patch) | |
tree | 0369a54c8b2783d1cf8c491b841e961098df3b17 /requirements-dev.txt | |
parent | 7612e5d9fd6cd2219ec0b06bb7dce22c27e0d6d8 (diff) | |
download | searxng-dcef60e3c6c1a5236783f0a777455e44461e2113.tar.gz searxng-dcef60e3c6c1a5236783f0a777455e44461e2113.zip |
Bump pylint from 2.7.2 to 2.7.4
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.7.2 to 2.7.4.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.7.2...pylint-2.7.4)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r-- | requirements-dev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 2ed51f067..bb75a0575 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ mock==4.0.3 nose2[coverage_plugin]==0.10.0 cov-core==1.15.0 pycodestyle==2.6.0 -pylint==2.7.2 +pylint==2.7.4 splinter==0.14.0 transifex-client==0.14.2 selenium==3.141.0 |