Skip to content

Commit 5f229bf

Browse files
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](r0x0r/pywebview@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] <support@github.com>
1 parent d77d6df commit 5f229bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
[project.optional-dependencies]
2727
# Desktop launcher (pywebview pulls in heavy system libs — GTK/Qt on Linux —
2828
# so it is intentionally excluded from the web-server and CI installs).
29-
desktop = ["pywebview>=5.0,<6"]
29+
desktop = ["pywebview>=5.0,<7"]
3030

3131
# Development tooling: testing + type checking.
3232
dev = [

0 commit comments

Comments
 (0)