From a9c6f7574a497b08b76b26b655c73e25e15f31da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 13:09:28 +0000 Subject: [PATCH] Bump pyside6 from 6.9.2 to 6.11.1 in /CryptGuardv2 Bumps [pyside6](https://pyside.org) from 6.9.2 to 6.11.1. --- updated-dependencies: - dependency-name: pyside6 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..b274953 100644 --- a/CryptGuardv2/requirements.lock.txt +++ b/CryptGuardv2/requirements.lock.txt @@ -58,7 +58,7 @@ pygments==2.19.2 # rich pynacl==1.6.0 # via -r requirements.txt -pyside6==6.9.2 +pyside6==6.11.1 # via -r requirements.txt pyside6-addons==6.9.2 # via diff --git a/CryptGuardv2/requirements.txt b/CryptGuardv2/requirements.txt index d6340d5..fe0f454 100644 --- a/CryptGuardv2/requirements.txt +++ b/CryptGuardv2/requirements.txt @@ -1,4 +1,4 @@ -# ====================================== +# ====================================== # CryptGuard — dependências completas # ====================================== # Core crypto/runtime @@ -14,7 +14,7 @@ zxcvbn>=4.5 cryptography>=42 # GUI (Qt + Tk theme) -PySide6>=6.9 +PySide6>=6.11.1 pyside6-essentials>=6.9 pyside6-addons>=6.9 shiboken6>=6.9 # runtime do Qt for Python