From f7b3cc540fa944688f2000bad7df51c1e5937342 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:05:46 +0000 Subject: [PATCH] chore(deps): bump cryptography from 45.0.7 to 49.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.7 to 49.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/45.0.7...49.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.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..7b58d7c4 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==49.0.0", "cffi==1.14.4", "pywin32==311; sys_platform == 'win32'", ]