diff options
author | Alexandre Flament <alex@al-f.net> | 2023-01-27 10:44:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-27 10:44:14 +0100 |
commit | f6c6de2f9e0b584750e80550397763b6b9f7cd90 (patch) | |
tree | 83f213d8336740cffe2e5a3e2f2c4f24a96c978a | |
parent | 28356f4284ad3cb20b908ee0867cd86389be5d1b (diff) | |
parent | 86d93c49afbd3d2ac847c0831faad1281bd7c943 (diff) | |
download | searxng-f6c6de2f9e0b584750e80550397763b6b9f7cd90.tar.gz searxng-f6c6de2f9e0b584750e80550397763b6b9f7cd90.zip |
Merge pull request #2103 from searxng/dependabot/pip/master/pylint-2.15.10
Bump pylint from 2.15.9 to 2.15.10
-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 0120291e3..4816a9903 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ mock==5.0.0 nose2[coverage_plugin]==0.12.0 cov-core==1.15.0 black==22.12.0 -pylint==2.15.9 +pylint==2.15.10 splinter==0.18.1 selenium==4.7.2 twine==4.0.2 |