From 5a622f60ed1751012bf6855d849d0af0abbc30ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 01:24:39 +0000 Subject: [PATCH] chore(deps): bump cryptography from 46.0.5 to 48.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.5 to 48.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.5...48.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 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..a9e0a233 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==48.0.1", "jwcrypto==1.5.6", "pydantic==2.12.5", "sd-jwt==0.10.4",