From e269e3daf1c73f629ea1bba14db07c9c18f99340 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 11 Feb 2026 06:05:33 +0100 Subject: [PATCH] pytest: bump pip cryptography to 46.0.5 For CVE-2026-26007 (curl not affected) --- tests/http/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/http/requirements.txt b/tests/http/requirements.txt index f7544641da..e2222b32b6 100644 --- a/tests/http/requirements.txt +++ b/tests/http/requirements.txt @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: curl -cryptography==46.0.4 +cryptography==46.0.5 filelock==3.20.3 psutil==7.2.2 pytest==9.0.2