From e9173f869ab9f96c43c04da3857f7ec525092d98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 08:44:38 +0000 Subject: [PATCH] chore(deps): bump pyside6-fluent-widgets from 1.6.6 to 1.8.2 Bumps [pyside6-fluent-widgets](https://github.com/zhiyiYo/PyQt-Fluent-Widgets) from 1.6.6 to 1.8.2. - [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.8.2 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 1b62c53..c413b7a 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.8.2", "loguru==0.7.2", ]