From 264b15af65a533b82f61ba0c601a31556f28e40e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 01:37:41 +0000 Subject: [PATCH] chore(deps): update cryptography requirement from >=42.0.0 to >=48.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/42.0.0...48.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 790dcb2..22f26b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ uvicorn[standard]>=0.48.0 pydantic>=2.13.4 fastapi-mcp>=0.4.0 PyJWT>=2.13.0 -cryptography>=42.0.0 +cryptography>=48.0.0 prometheus-client>=0.20.0 # OpenTelemetry tracing