From f3ab91ba9e77b759294e922d8014a999075b9479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:35:38 +0000 Subject: [PATCH] Update qtawesome requirement from >=1.4 to >=1.4.2 in /CryptGuardv2 Updates the requirements on [qtawesome](https://github.com/spyder-ide/qtawesome) to permit the latest version. - [Release notes](https://github.com/spyder-ide/qtawesome/releases) - [Changelog](https://github.com/spyder-ide/qtawesome/blob/master/CHANGELOG.md) - [Commits](https://github.com/spyder-ide/qtawesome/compare/v1.4.0...v1.4.2) --- updated-dependencies: - dependency-name: qtawesome dependency-version: 1.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- CryptGuardv2/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CryptGuardv2/requirements.txt b/CryptGuardv2/requirements.txt index d6340d5..e9845af 100644 --- a/CryptGuardv2/requirements.txt +++ b/CryptGuardv2/requirements.txt @@ -1,4 +1,4 @@ -# ====================================== +# ====================================== # CryptGuard — dependências completas # ====================================== # Core crypto/runtime @@ -20,7 +20,7 @@ pyside6-addons>=6.9 shiboken6>=6.9 # runtime do Qt for Python ttkbootstrap>=1.10 pillow>=10.2 # usado pelo ttkbootstrap p/ imagens/temas -QtAwesome>=1.4 +QtAwesome>=1.4.2 # ------------------------------ # Ferramentas de teste/qualidade