From 30da5e24be3f612eb57e3a5df3b019d4e72f076d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 02:28:33 +0000 Subject: [PATCH] fix(deps): update dependency cryptography to v50 [security] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8881f28..62fc743 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "paramiko>=5,<6", "httpx>=0.28.1,<1", "pyyaml>=6.0.3,<7", - "cryptography>=48.0.1,<49", + "cryptography>=50.0.0,<51", "loguru>=0.7,<1", "packaging>=24.0,<25", "requests>=2.34.2,<3",