From c192d2f1dad95c32c8ef3b921c9561bfc1b1b1a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 11:15:23 +0000 Subject: [PATCH] chore(deps): update cryptography requirement from >=49.0.0 to >=50.0.0 Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/49.0.0...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2d53eec..e0dc1a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dependencies = [ "rich>=15.0.0", "typer>=0.26.7", "aiohttp>=3.14.3", - "cryptography>=49.0.0", + "cryptography>=50.0.0", "pyopenssl>=26.4.0", "chainvalidator @ file:./vendor/chainvalidator", "quantumvalidator @ file:./vendor/quantumvalidator",