From d76a2f4f3773e4a0ae39008321f93925902c8adb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:53:17 +0000 Subject: [PATCH] Bump cryptography from 42.0.8 to 48.0.1 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 331a9399..a6a2a4c8 100644 --- a/requirements.txt +++ b/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