From fd4fe7ec42f4ceafe8c82330f7e644ddbfa688b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 08:24:45 +0000 Subject: [PATCH] Update cryptography requirement in /pi-fallback Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.0...47.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 47.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pi-fallback/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pi-fallback/requirements.txt b/pi-fallback/requirements.txt index b2fb896..542cbbf 100644 --- a/pi-fallback/requirements.txt +++ b/pi-fallback/requirements.txt @@ -10,7 +10,7 @@ paho-mqtt>=2.0.0 pyyaml>=6.0 # Cryptography for Tuya protocol -cryptography>=41.0.0 +cryptography>=47.0.0 # Async utilities asyncio-mqtt>=0.16.0