diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-02 07:04:56 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-07-03 17:54:17 +0200 |
commit | 19e2b7236776228b2ea3b05b106a5e68ac9b557d (patch) | |
tree | 43c73f03842f23bc48010cd9c29572cd19c01bda | |
parent | 24f2376c1185dbc0a31ca7d8a777225cf7bea39a (diff) | |
download | searxng-19e2b7236776228b2ea3b05b106a5e68ac9b557d.tar.gz searxng-19e2b7236776228b2ea3b05b106a5e68ac9b557d.zip |
Bump pylint from 2.8.3 to 2.9.3
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.8.3 to 2.9.3.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.8.3...v2.9.3)
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-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 a4ef3a948..4ab1e0c51 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.3 +pylint==2.9.3 splinter==0.14.0 transifex-client==0.14.2 selenium==3.141.0 |