diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-07-28 07:05:22 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-07-29 08:05:11 +0200 |
commit | d3c3259bc791e43f628cfe3685adc02379089d48 (patch) | |
tree | 8cd47d5ba7df78da40d7df22eb8974c19d8a347c /requirements-dev.txt | |
parent | 65d8b1a3106800304e9ed31b6c3f26e5b3ee5fcd (diff) | |
download | searxng-d3c3259bc791e43f628cfe3685adc02379089d48.tar.gz searxng-d3c3259bc791e43f628cfe3685adc02379089d48.zip |
Bump pylint from 2.17.4 to 2.17.5
Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.4 to 2.17.5.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.4...v2.17.5)
---
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 3e78b6ca0..5e5c572f6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ mock==5.1.0 nose2[coverage_plugin]==0.13.0 cov-core==1.15.0 black==22.12.0 -pylint==2.17.4 +pylint==2.17.5 splinter==0.19.0 selenium==4.10.0 twine==4.0.2 |