From 6fa4b55ffde38cf9dce27122ffe117cd307c0dea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:56:31 +0200 Subject: [PATCH] Bump cryptography from 43.0.0 to 43.0.1 (#877) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d1d1e9d7..65a614fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ server = [ "aiorun==2024.8.1", "async-timeout==4.0.3", "coloredlogs==15.0.1", - "cryptography==43.0.0", + "cryptography==43.0.1", "orjson==3.10.7", "zeroconf==0.134.0", "home-assistant-chip-core==2024.7.1",