From 600000876ea03651a282885f3416f1119f138358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 09:07:24 +0000 Subject: [PATCH] Bump pyside6 from 6.10.0 to 6.10.1 Bumps [pyside6](https://pyside.org) from 6.10.0 to 6.10.1. --- updated-dependencies: - dependency-name: pyside6 dependency-version: 6.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 6c8514b..7d49704 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -4,6 +4,6 @@ build twine sphinx sphinx-rtd-theme -Pyside6==6.10.0 +Pyside6==6.10.1 qt-material mss diff --git a/pyproject.toml b/pyproject.toml index a485869..acad269 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,4 +43,4 @@ content-type = "text/markdown" find = { namespaces = false } [project.optional-dependencies] -gui = ["PySide6==6.10.0", "qt-material"] +gui = ["PySide6==6.10.1", "qt-material"] diff --git a/requirements.txt b/requirements.txt index 158ab8e..eb6212d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ je_auto_control qt-material mss -Pyside6==6.10.0 +Pyside6==6.10.1