diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-10 07:35:16 +0000 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2023-11-12 20:52:09 +0100 |
commit | 6368f845c5f1cf63a70893a34abb17fab69d3305 (patch) | |
tree | 721014a88e9fa7de73d606a1f29f527e17a79305 /requirements-dev.txt | |
parent | 3c1725bc9e672ddf570c56ebeea03d54cba47932 (diff) | |
download | searxng-6368f845c5f1cf63a70893a34abb17fab69d3305.tar.gz searxng-6368f845c5f1cf63a70893a34abb17fab69d3305.zip |
Bump yamllint from 1.32.0 to 1.33.0
Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.32.0 to 1.33.0.
- [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/adrienverge/yamllint/compare/v1.32.0...v1.33.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 c6e11cd5c..749111294 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,6 +18,6 @@ sphinx-notfound-page==1.0.0 myst-parser==2.0.0 linuxdoc==20231020 aiounittest==1.4.2 -yamllint==1.32.0 +yamllint==1.33.0 wlc==1.13 coloredlogs==15.0.1 |