From af36c1c45a08339fff7e782fe901eb2fca878103 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:35:41 +0000 Subject: [PATCH] Bump pyside6-addons from 6.9.2 to 6.11.1 in /CryptGuardv2 Bumps [pyside6-addons](https://pyside.org) from 6.9.2 to 6.11.1. --- updated-dependencies: - dependency-name: pyside6-addons dependency-version: 6.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- CryptGuardv2/requirements.lock.txt | 2 +- CryptGuardv2/requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CryptGuardv2/requirements.lock.txt b/CryptGuardv2/requirements.lock.txt index e4c9b2b..729edbd 100644 --- a/CryptGuardv2/requirements.lock.txt +++ b/CryptGuardv2/requirements.lock.txt @@ -60,7 +60,7 @@ pynacl==1.6.0 # via -r requirements.txt pyside6==6.9.2 # via -r requirements.txt -pyside6-addons==6.9.2 +pyside6-addons==6.11.1 # via # -r requirements.txt # pyside6 diff --git a/CryptGuardv2/requirements.txt b/CryptGuardv2/requirements.txt index d6340d5..a2d6b8e 100644 --- a/CryptGuardv2/requirements.txt +++ b/CryptGuardv2/requirements.txt @@ -1,4 +1,4 @@ -# ====================================== +# ====================================== # CryptGuard — dependências completas # ====================================== # Core crypto/runtime @@ -16,7 +16,7 @@ cryptography>=42 # GUI (Qt + Tk theme) PySide6>=6.9 pyside6-essentials>=6.9 -pyside6-addons>=6.9 +pyside6-addons>=6.11.1 shiboken6>=6.9 # runtime do Qt for Python ttkbootstrap>=1.10 pillow>=10.2 # usado pelo ttkbootstrap p/ imagens/temas