From df7b0a3912981fd7f4c0790b2e7b5ace8e5065f9 Mon Sep 17 00:00:00 2001 From: "Chris K.Y. FUNG" <8746768+chriskyfung@users.noreply.github.com> Date: Thu, 6 Aug 2026 11:03:47 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20chore(deps):=20bump=20cryp?= =?UTF-8?q?tography=20to=20v50.0.0=20to=20fix=20CVE-2026-69247?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1ea67d4..30184b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ license-files = ["LICEN[CS]E*"] dependencies = [ "certifi>=2025.11.12,<2026.8.0", "charset-normalizer~=3.4.3", - "cryptography>=46.0.7,<49.1.0", + "cryptography>=50.0.0,<51.0.0", "guara~=0.0.14", "idna~=3.11", "python-dotenv~=1.2.1",