From 3edaee975ba0d9902fd5c5f3095dd94020f07844 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 13:09:21 +0000 Subject: [PATCH] Bump cryptography from 46.0.1 to 49.0.0 in /CryptGuardv2 Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.1 to 49.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.1...49.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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..e918a17 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==49.0.0 # via -r requirements.txt hypothesis==6.142.5 # via -r requirements.txt diff --git a/CryptGuardv2/requirements.txt b/CryptGuardv2/requirements.txt index d6340d5..94e0f1b 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>=49.0.0 # GUI (Qt + Tk theme) PySide6>=6.9