diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-04-28 07:57:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-28 07:57:01 +0000 |
commit | 0ea9a2dd8a97fdd28b8a38e7bcb3edb7f2d66a51 (patch) | |
tree | 51b102e6d8a0f267c007af58187137eb256ca379 /requirements-dev.txt | |
parent | 216751dac86be8836434cf9a666da4f5a4ac2444 (diff) | |
download | searxng-0ea9a2dd8a97fdd28b8a38e7bcb3edb7f2d66a51.tar.gz searxng-0ea9a2dd8a97fdd28b8a38e7bcb3edb7f2d66a51.zip |
Bump yamllint from 1.30.0 to 1.31.0
Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.30.0 to 1.31.0.
- [Release notes](https://github.com/adrienverge/yamllint/releases)
- [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/adrienverge/yamllint/compare/v1.30.0...v1.31.0)
---
updated-dependencies:
- dependency-name: yamllint
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 3f1a9c004..85eb0b7c4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -17,6 +17,6 @@ sphinx-notfound-page==0.8.3 myst-parser==1.0.0 linuxdoc==20230321 aiounittest==1.4.2 -yamllint==1.30.0 +yamllint==1.31.0 wlc==1.13 coloredlogs==15.0.1 |