From 29ff42b2a353ed630d9a13a2dd62422b5bcbcc3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 08:06:41 +0000 Subject: [PATCH] Bump cryptography from 45.0.4 to 45.0.5 --- updated-dependencies: - dependency-name: cryptography dependency-version: 45.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5cf20f72..20617a20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ server = [ "async-timeout==5.0.1", "atomicwrites==1.4.1", "coloredlogs==15.0.1", - "cryptography==45.0.4", + "cryptography==45.0.5", "orjson==3.10.18", "zeroconf==0.147.0", "home-assistant-chip-core==2025.7.0",