From aa1494b73064b8180f13793596405d38428b4c6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 01:05:11 +0000 Subject: [PATCH] chore(deps): update dependency cryptography to v48 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56a2974..19de7b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ dependencies = [ "colorlog==6.10.1", - "cryptography==47.0.0", + "cryptography==48.0.0", "Flask==3.1.3", "Flask-WTF==1.3.0", "GitPython==3.1.48",