From 79a7c79dd54921b451d69693b3ff219fd267b018 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 07:24:26 +0000 Subject: [PATCH] [upd] pypi: Bump wlc from 2.1.0 to 2.1.1 in the minor group Bumps the minor group with 1 update: [wlc](https://github.com/WeblateOrg/wlc). Updates `wlc` from 2.1.0 to 2.1.1 - [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/2.1.0...2.1.1) --- updated-dependencies: - dependency-name: wlc dependency-version: 2.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 2fb65df5d..072a6e5cd 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==2.1.0 +wlc==2.1.1 coloredlogs==15.0.1 docutils>=0.21.2;python_version <= "3.11" docutils>=0.22.4; python_version > "3.11"