From 3e5761b98dc53eeff5c0a8a81ca4ce58b586ca31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 13:11:08 +0000 Subject: [PATCH] Bump cryptography from 46.0.5 to 46.0.6 in the python-packages group Bumps the python-packages group with 1 update: [cryptography](https://github.com/pyca/cryptography). Updates `cryptography` from 46.0.5 to 46.0.6 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.5...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b514dd54..7b00a137 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "aiofiles", #"pyopenssl==25.3.0", # HA issue 2026.3 #"requests==2.32.5" # force hass compat - "cryptography==46.0.5" + "cryptography==46.0.6" ] [tool.poetry]