From c9294b4a17d11ad205655e8a1b41fd7d41650b1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 17:32:36 +0000 Subject: [PATCH] chore(deps): bump cryptography from 46.0.7 to 48.0.0 in /pcdbapi Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.7 to 48.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.7...48.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pcdbapi/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcdbapi/pyproject.toml b/pcdbapi/pyproject.toml index 9321f9598..359a6feb2 100644 --- a/pcdbapi/pyproject.toml +++ b/pcdbapi/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "motor==3.7.1", "uvicorn==0.46.0", "pydantic==2.13.4", - "cryptography==46.0.7" + "cryptography==48.0.0" ] [project.optional-dependencies]