From 202d413fb22d21c5c0ea58650b03307e67cbad90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 07:48:08 +0000 Subject: [PATCH] chore(deps): bump pyside6-fluent-widgets from 1.6.6 to 1.9.1 Bumps [pyside6-fluent-widgets](https://github.com/zhiyiYo/PyQt-Fluent-Widgets) from 1.6.6 to 1.9.1. - [Release notes](https://github.com/zhiyiYo/PyQt-Fluent-Widgets/releases) - [Changelog](https://github.com/zhiyiYo/PyQt-Fluent-Widgets/blob/master/CHANGELOG.md) - [Commits](https://github.com/zhiyiYo/PyQt-Fluent-Widgets/commits) --- updated-dependencies: - dependency-name: pyside6-fluent-widgets dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6f961b..1bcb090 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ dynamic = ["version"] requires-python = "~=3.11" dependencies = [ "pyside6==6.8.0.2", - "pyside6-fluent-widgets==1.6.6", + "pyside6-fluent-widgets==1.9.1", "loguru==0.7.2", ]