diff --git a/CryptGuardv2/requirements.lock.txt b/CryptGuardv2/requirements.lock.txt index e4c9b2b..57867d1 100644 --- a/CryptGuardv2/requirements.lock.txt +++ b/CryptGuardv2/requirements.lock.txt @@ -40,7 +40,7 @@ packaging==25.0 # via pytest pathspec==0.12.1 # via mypy -pillow==10.4.0 +pillow==12.2.0 # via # -r requirements.txt # ttkbootstrap diff --git a/CryptGuardv2/requirements.txt b/CryptGuardv2/requirements.txt index d6340d5..e7be07b 100644 --- a/CryptGuardv2/requirements.txt +++ b/CryptGuardv2/requirements.txt @@ -1,4 +1,4 @@ -# ====================================== +# ====================================== # CryptGuard — dependências completas # ====================================== # Core crypto/runtime @@ -19,7 +19,7 @@ pyside6-essentials>=6.9 pyside6-addons>=6.9 shiboken6>=6.9 # runtime do Qt for Python ttkbootstrap>=1.10 -pillow>=10.2 # usado pelo ttkbootstrap p/ imagens/temas +pillow>=12.2.0 # usado pelo ttkbootstrap p/ imagens/temas QtAwesome>=1.4 # ------------------------------