From d776c115550887f244e6ebd879b5777384f7ec8f Mon Sep 17 00:00:00 2001 From: Spacebot Date: Tue, 9 Jun 2026 22:40:37 +0000 Subject: [PATCH] Update dependency cryptography to v48.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4400b21..e706f93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "charset-normalizer==3.4.7", "click==8.4.1", "colorama==0.4.6", - "cryptography==48.0.0", + "cryptography==48.0.1", "fastapi==0.136.3", "fastapi-cache2==0.2.2", "greenlet==3.5.1",