diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-05-20 09:40:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-20 09:40:42 +0200 |
| commit | df92f69ed09d45cc26169623329466810797bd18 (patch) | |
| tree | 9ef38843206c979e326a6948504ca3a3c61f533c | |
| parent | f814ac703b25640d28ab3a4a096f693808cde6db (diff) | |
| parent | 18529c3f8964c023b2af1a9303a290166a14bcf9 (diff) | |
Merge pull request #1215 from searxng/dependabot/pip/master/pylint-2.13.9
Bump pylint from 2.13.8 to 2.13.9
| -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 |