From ba88de137dea85505b2a10da2c53632975599f79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:15:40 +0100 Subject: [PATCH] Bump cryptography from 42.0.1 to 42.0.2 (#525) 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 e7dcc4a6..4dec48a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ [project.optional-dependencies] server = [ "home-assistant-chip-core==2024.1.0", - "cryptography==42.0.1" + "cryptography==42.0.2" ] test = [ "black==23.12.1",