From 3620884cac636750716fff98bd0347e683f39d14 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 9 Apr 2026 13:58:38 +0200 Subject: [PATCH] python3Packages.cryptography: 46.0.6 -> 46.0.7 Changelog: https://cryptography.io/en/latest/changelog/#v46-0-7 CVE: CVE-2026-39892 (https://github.com/pyca/cryptography/security/advisories/GHSA-p423-j2cm-9vmq) --- pkgs/development/python-modules/cryptography/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/cryptography/default.nix b/pkgs/development/python-modules/cryptography/default.nix index d5f2eb5d2711..fac34f76475b 100644 --- a/pkgs/development/python-modules/cryptography/default.nix +++ b/pkgs/development/python-modules/cryptography/default.nix @@ -21,14 +21,14 @@ buildPythonPackage rec { pname = "cryptography"; - version = "46.0.6"; + version = "46.0.7"; pyproject = true; src = fetchFromGitHub { owner = "pyca"; repo = "cryptography"; tag = version; - hash = "sha256-b6wQnPEf18ViqQVch+Jg1w0Cn372QKxLknD9rL4JjxY="; + hash = "sha256-xMe+gQl4/CfoT+H21ltbo+aPILoRYCAlylsqnB7Ms8s="; }; cargoDeps = rustPlatform.fetchCargoVendor {