diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-08-27 12:00:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-27 12:00:05 +0200 |
| commit | 449458922722c1679de2b6dce902440e94a6b383 (patch) | |
| tree | 654cf95c98328dcd415c2e3c4efafde3f2d62e0b | |
| parent | 6edf98216f94e5c616fdfaa361262ac4be4c1083 (diff) | |
| parent | 8f2cb576477ff723aa7653fc3184c62bc46b1857 (diff) | |
Merge pull request #272 from searxng/dependabot/pip/master/yamllint-1.26.3
Bump yamllint from 1.26.2 to 1.26.3
| -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 e8dc0221c..84be43052 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,5 +16,5 @@ sphinxcontrib-programoutput==0.17 sphinx-autobuild==2021.3.14 linuxdoc==20210324 aiounittest==1.4.0 -yamllint==1.26.2 +yamllint==1.26.3 wlc==1.12 |