From 437cebdae8db8fc5e5f5760aafaea42dc57b5338 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 19:05:23 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20cryptography=20to?= =?UTF-8?q?=20v50?= 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 388e037..b59673a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ packages = ["src/pythonxbox"] python = "3.13" dependencies = [ "platformdirs==4.11.0", - "cryptography==49.0.0", + "cryptography==50.0.0", "httpx==0.28.1", "ms_cv==0.1.1", "pydantic==2.13.4",