diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-26 07:56:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-26 07:56:43 +0000 |
commit | 5137452677eaaed0a434a7bc0ecc004076c2fff3 (patch) | |
tree | 6a28a04b2e5024a07301c23d00bd49751210d639 /requirements-dev.txt | |
parent | b2d0b7435710f1d2b989d5db71dd5de9af3992d0 (diff) | |
download | searxng-5137452677eaaed0a434a7bc0ecc004076c2fff3.tar.gz searxng-5137452677eaaed0a434a7bc0ecc004076c2fff3.zip |
Bump yamllint from 1.31.0 to 1.32.0
Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.31.0 to 1.32.0.
- [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/adrienverge/yamllint/compare/v1.31.0...v1.32.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 a6e3f1e6b..392c9863d 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==20230506 aiounittest==1.4.2 -yamllint==1.31.0 +yamllint==1.32.0 wlc==1.13 coloredlogs==15.0.1 |