From e67e04a078fe45391203288d2044ac4603556aba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 22:04:40 +0000 Subject: [PATCH] Bump cryptography from 45.0.7 to 46.0.5 Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.7 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/45.0.7...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a46214db..5a831e13 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def get_version(rel_path): license="MIT", install_requires=[ "wxPython==4.2.2", - "cryptography==45.0.7", + "cryptography==46.0.5", "cffi==1.14.4", "pywin32==311; sys_platform == 'win32'", ],