From 855536ff037830c9ee066e190dd6a0ecdd80ee03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 15:15:32 +0000 Subject: [PATCH] build(deps-dev): update pywebview requirement from <6,>=5.0 to >=5.0,<7 Updates the requirements on [pywebview](https://github.com/r0x0r/pywebview) to permit the latest version. - [Release notes](https://github.com/r0x0r/pywebview/releases) - [Changelog](https://github.com/r0x0r/pywebview/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/r0x0r/pywebview/compare/5.0.1...6.2.1) --- updated-dependencies: - dependency-name: pywebview dependency-version: 6.2.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6e8aa62..eb8328a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ [project.optional-dependencies] # Desktop launcher (pywebview pulls in heavy system libs — GTK/Qt on Linux — # so it is intentionally excluded from the web-server and CI installs). -desktop = ["pywebview>=5.0,<6"] +desktop = ["pywebview>=5.0,<7"] # Development tooling: testing + type checking. dev = [