diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-16 07:49:11 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-02-16 15:48:28 +0100 |
commit | 08e524fc35d382e51725c2778fc97615851b8bc2 (patch) | |
tree | 2f4ca2b303abc929788dbc7a54cf667360f1d2fe | |
parent | 2aef3a556f50344dec31283a168ad33ac1b6205d (diff) | |
download | searxng-08e524fc35d382e51725c2778fc97615851b8bc2.tar.gz searxng-08e524fc35d382e51725c2778fc97615851b8bc2.zip |
Bump yamllint from 1.34.0 to 1.35.0
Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.34.0 to 1.35.0.
- [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/adrienverge/yamllint/compare/v1.34.0...v1.35.0)
---
updated-dependencies:
- dependency-name: yamllint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-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 ef54156cd..d5e9d8692 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.34.0 +yamllint==1.35.0 wlc==1.13 coloredlogs==15.0.1 |