From de4fd52148bf2038c212b643536e743df4bc022a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 14:26:20 +0000 Subject: [PATCH] Bump cryptography from 42.0.8 to 48.0.1 in /platforms/android Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 48.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.8...48.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- platforms/android/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/android/requirements.txt b/platforms/android/requirements.txt index 331a9399f56..a6a2a4c89f9 100644 --- a/platforms/android/requirements.txt +++ b/platforms/android/requirements.txt @@ -1,5 +1,5 @@ # Chaquopy runtime dependencies — kept as a separate requirements.txt because # Chaquopy's Gradle plugin reads this file directly via pip { install "-r" }. # Pinned to versions with prebuilt Chaquopy wheels. -cryptography==42.0.8 +cryptography==48.0.1 ifaddr==0.2.0