From a7c6eae96878d03a50705f57c2ad08e5147cfdb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 13:39:46 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the /CryptGuardv2 directory: [cryptography](https://github.com/pyca/cryptography), [pillow](https://github.com/python-pillow/Pillow) and [pytest](https://github.com/pytest-dev/pytest). Updates `cryptography` from 46.0.1 to 48.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.1...48.0.1) Updates `pillow` from 10.4.0 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.4.0...12.2.0) Updates `pytest` from 8.4.2 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.4.2...9.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production dependency-group: pip - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- CryptGuardv2/requirements.lock.txt | 6 +++--- CryptGuardv2/requirements.txt | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CryptGuardv2/requirements.lock.txt b/CryptGuardv2/requirements.lock.txt index e4c9b2b..4579692 100644 --- a/CryptGuardv2/requirements.lock.txt +++ b/CryptGuardv2/requirements.lock.txt @@ -22,7 +22,7 @@ cffi==2.0.0 # pynacl coverage[toml]==7.11.0 # via pytest-cov -cryptography==46.0.1 +cryptography==48.0.1 # via -r requirements.txt hypothesis==6.142.5 # via -r requirements.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 @@ -69,7 +69,7 @@ pyside6-essentials==6.9.2 # -r requirements.txt # pyside6 # pyside6-addons -pytest==8.4.2 +pytest==9.0.3 # via # -r requirements.txt # pytest-cov diff --git a/CryptGuardv2/requirements.txt b/CryptGuardv2/requirements.txt index d6340d5..577ea6f 100644 --- a/CryptGuardv2/requirements.txt +++ b/CryptGuardv2/requirements.txt @@ -1,4 +1,4 @@ -# ====================================== +# ====================================== # CryptGuard — dependências completas # ====================================== # Core crypto/runtime @@ -11,7 +11,7 @@ psutil>=5.9 zxcvbn>=4.5 # Cripto adicional (HKDF, etc.) -cryptography>=42 +cryptography>=48.0.1 # GUI (Qt + Tk theme) PySide6>=6.9 @@ -19,14 +19,14 @@ 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 # ------------------------------ # Ferramentas de teste/qualidade # (se não quiser, remova esta seção) hypothesis>=6.90 -pytest>=8 +pytest>=9.0.3 pytest-cov>=5 ruff>=0.6 mypy>=1.11