From 91d7407dde74cc072ec412f46038dde42ebef18a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 23:14:37 +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...49.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.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..e34ca87 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,<50.0.0", ] [project.urls]