From aa81b7c7a4f0c614a84b26c2d7de6745dd8a9c0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 02:35:47 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20cryptography=20to?= =?UTF-8?q?=20v48?= 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 38598d2..9517200 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ packages = ["src/pythonxbox"] python = "3.13" dependencies = [ "platformdirs==4.9.6", - "cryptography==47.0.0", + "cryptography==48.0.0", "httpx==0.28.1", "ms_cv==0.1.1", "pydantic==2.13.3",