From fb982f2a36d1f3b9917d46ea7fdba8d27dca3689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 22:13:51 +0000 Subject: [PATCH] Bump cryptography from 45.0.7 to 48.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.7 to 48.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/45.0.7...48.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5495935e..8bf06026 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ license = {text = "MIT"} requires-python = ">=3.10" dependencies = [ "wxPython==4.2.2", - "cryptography==45.0.7", + "cryptography==48.0.0", "cffi==1.14.4", "pywin32==311; sys_platform == 'win32'", ]