From 6b0c0388d11b235f7b1db1e5da8dabdfa43f19d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 00:39:44 +0000 Subject: [PATCH] chore(deps-dev): bump cryptography in /platforms/desktop-app Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.7 to 48.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/45.0.7...48.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- platforms/desktop-app/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/desktop-app/pyproject.toml b/platforms/desktop-app/pyproject.toml index 0ac59c8559b..458a00dc2c4 100644 --- a/platforms/desktop-app/pyproject.toml +++ b/platforms/desktop-app/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [] # scope-noted heavy-dep resolution constraint.) build = [ "wxPython==4.2.2; python_version >= '3.10'", - "cryptography==45.0.7; python_version >= '3.10'", + "cryptography==48.0.1; python_version >= '3.10'", # Source pinned cffi==1.14.4 exactly, but that release predates Python 3.10 # (no cp310 wheel), and pinning it here re-resolved the workspace-shared # cryptography→cffi chain (kolibri-oidc-provider-plugin uses the same