From 3c4c87bdd6e05d246da2762d91983d9fa1ff0bda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 19:03:16 +1000 Subject: [PATCH] Update dependency arch/python-cryptography to v47 (#4478) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d34f793..95d85144 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ dependencies = [ "pyparted==3.13.0", "pydantic==2.12.5", - "cryptography==46.0.7", + "cryptography==47.0.0", "textual==8.2.4", "markdown-it-py==4.0.0", "linkify-it-py==2.1.0",