From fce38b20f6677058c53f49fa868214ecc5e1c74b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 09:47:49 +0000 Subject: [PATCH] Bump pyside6 from 6.8.2.1 to 6.9.0 Bumps [pyside6](https://pyside.org) from 6.8.2.1 to 6.9.0. --- updated-dependencies: - dependency-name: pyside6 dependency-version: 6.9.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index ae6f73a..9cbf635 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -4,6 +4,6 @@ build twine sphinx sphinx-rtd-theme -Pyside6==6.8.2.1 +Pyside6==6.9.0 qt-material mss diff --git a/pyproject.toml b/pyproject.toml index 8bd423b..389a605 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ license-files = ["LICENSE"] dependencies = [ "je_open_cv", "pillow", - "Pyside6==6.8.3", + "Pyside6==6.9.0", "pyobjc-core;platform_system=='Darwin'", "pyobjc;platform_system=='Darwin'", "python-Xlib;platform_system=='Linux'",