From ff870d505fb9b4c5746c77475928ced156c9886a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 02:26:57 +0000 Subject: [PATCH] chore(deps): update cryptography requirement in /core 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/44.0.1...48.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pyproject.toml b/core/pyproject.toml index 63af458..2d7562f 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "open402>=0.1.0,<1.0.0", "httpx>=0.27.0,<1.0.0", "aiosqlite>=0.19.0,<1.0.0", - "cryptography>=44.0.1,<47.0.0", + "cryptography>=44.0.1,<49.0.0", ] [project.urls]