From eafad4755cfc862eabd8d675db0f9f059e66959f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 09:32:02 +0000 Subject: [PATCH] Bump cryptography from 45.0.2 to 45.0.3 Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.2 to 45.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/45.0.2...45.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-version: 45.0.3 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 67ca1cf5..efb37c7e 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.2", + "cryptography==45.0.3", "orjson==3.10.18", "zeroconf==0.147.0", "home-assistant-chip-core==2025.4.0",