diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-04 06:05:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-04 06:05:32 +0000 |
commit | 4e0444f465b50ab9f354f74e3f566e36fb662ae9 (patch) | |
tree | 303b57ac671d30284d7a5e76b98153d5901fa0ce /requirements-dev.txt | |
parent | d910519ba16bfa433f760306b355f9ef220073e6 (diff) | |
download | searxng-4e0444f465b50ab9f354f74e3f566e36fb662ae9.tar.gz searxng-4e0444f465b50ab9f354f74e3f566e36fb662ae9.zip |
Bump pylint from 2.8.2 to 2.8.3
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.8.2 to 2.8.3.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.8.2...v2.8.3)
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 83b91d26c..6612814df 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.7.0 -pylint==2.8.2 +pylint==2.8.3 splinter==0.14.0 transifex-client==0.14.2 selenium==3.141.0 |