diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-20 07:04:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-20 07:04:51 +0000 |
commit | 18529c3f8964c023b2af1a9303a290166a14bcf9 (patch) | |
tree | 9ef38843206c979e326a6948504ca3a3c61f533c /requirements-dev.txt | |
parent | f814ac703b25640d28ab3a4a096f693808cde6db (diff) | |
download | searxng-18529c3f8964c023b2af1a9303a290166a14bcf9.tar.gz searxng-18529c3f8964c023b2af1a9303a290166a14bcf9.zip |
Bump pylint from 2.13.8 to 2.13.9
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.8 to 2.13.9.
- [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.13.8...v2.13.9)
---
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 80dee7eb5..5fe801ca1 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.13.8 +pylint==2.13.9 splinter==0.17.0 selenium==4.1.5 twine==4.0.0 |