diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-06 07:39:19 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-09-06 11:03:08 +0200 |
commit | 153a28ccd60c43b59d26cc30b676e17443b0ce8e (patch) | |
tree | c7325eb684622dd898d70c5afcf70277bee76a09 | |
parent | 9eda4044bebc3c23f7d803caca5e6a763ef92712 (diff) | |
download | searxng-153a28ccd60c43b59d26cc30b676e17443b0ce8e.tar.gz searxng-153a28ccd60c43b59d26cc30b676e17443b0ce8e.zip |
[upd] pypi: Bump wlc from 1.14 to 1.15
Bumps [wlc](https://github.com/WeblateOrg/wlc) from 1.14 to 1.15.
- [Changelog](https://github.com/WeblateOrg/wlc/blob/main/CHANGES.rst)
- [Commits](https://github.com/WeblateOrg/wlc/compare/1.14...1.15)
---
updated-dependencies:
- dependency-name: wlc
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 954682a82..04f3d48da 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,7 +18,7 @@ myst-parser==3.0.1 linuxdoc==20240509 aiounittest==1.4.2 yamllint==1.35.1 -wlc==1.14 +wlc==1.15 coloredlogs==15.0.1 docutils<=0.21; python_version == '3.8' docutils>=0.21.2; python_version > '3.8' |