From 196ece3460a422116907504801d1f603e02f357d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 16:53:51 +0000 Subject: [PATCH] chore(deps): bump cryptography from 46.0.5 to 46.0.7 Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.5 to 46.0.7. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.5...46.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 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 43a66155..4a1a9aad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "ap2" version = "0.1" description = "Agent Payments Protocol" dependencies = [ - "cryptography==46.0.5", + "cryptography==46.0.7", "jwcrypto==1.5.6", "pydantic==2.12.5", "sd-jwt==0.10.4",