diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-24 07:56:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-24 07:56:45 +0000 |
commit | 66289d8b72409f699c40477fc7f88deb69f58f5f (patch) | |
tree | 0385ab44968c5fef9ad0c5913ac3031e7d44bb67 /requirements-dev.txt | |
parent | 0652eb420feba0e69ae8ef791085820e6847fe04 (diff) | |
download | searxng-66289d8b72409f699c40477fc7f88deb69f58f5f.tar.gz searxng-66289d8b72409f699c40477fc7f88deb69f58f5f.zip |
Bump yamllint from 1.29.0 to 1.30.0
Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.29.0 to 1.30.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.29.0...v1.30.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 a816c90a6..ce9a1208b 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==20221127 aiounittest==1.4.2 -yamllint==1.29.0 +yamllint==1.30.0 wlc==1.13 coloredlogs==15.0.1 |