diff --git a/setup.py b/setup.py index a46214d..989f97e 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def get_version(rel_path): zip_safe=True, license="MIT", install_requires=[ - "wxPython==4.2.2", + "wxPython==4.2.4", "cryptography==45.0.7", "cffi==1.14.4", "pywin32==311; sys_platform == 'win32'",