diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-10 07:04:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-10 07:04:08 +0000 |
commit | 61b157f2f36fdb94b98a874b8b4caa4fbd848837 (patch) | |
tree | 47f9a7bf5051730bf9d9a827d1fe43fe8f4497a9 /requirements-dev.txt | |
parent | ac15c70566749798ad7b2a0945ecf93792517a99 (diff) | |
download | searxng-61b157f2f36fdb94b98a874b8b4caa4fbd848837.tar.gz searxng-61b157f2f36fdb94b98a874b8b4caa4fbd848837.zip |
Bump pylint from 2.14.0 to 2.14.1
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.14.0 to 2.14.1.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.14.0...v2.14.1)
---
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 ef517d911..d111f4853 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ nose2[coverage_plugin]==0.11.0 cov-core==1.15.0 black==22.3.0 pycodestyle==2.8.0 -pylint==2.14.0 +pylint==2.14.1 splinter==0.17.0 selenium==4.2.0 twine==4.0.1 |