From d3566fe8a8e80bd67c60069f96a6e528a93fdecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 10:04:14 +0200 Subject: [PATCH] [upd] pypi: Bump wlc from 1.17.2 to 2.0.0 (#6011) Bumps [wlc](https://github.com/WeblateOrg/wlc) from 1.17.2 to 2.0.0. - [Release notes](https://github.com/WeblateOrg/wlc/releases) - [Changelog](https://github.com/WeblateOrg/wlc/blob/main/CHANGES.rst) - [Commits](https://github.com/WeblateOrg/wlc/compare/1.17.2...2.0.0) --- updated-dependencies: - dependency-name: wlc dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major ... --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d739da78c..15002f9cf 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,7 +18,7 @@ myst-parser==5.0.0 linuxdoc==20260504 aiounittest==1.5.0 yamllint==1.38.0 -wlc==1.17.2 +wlc==2.0.0 coloredlogs==15.0.1 docutils>=0.21.2;python_version <= "3.11" docutils>=0.22.4; python_version > "3.11"