From 59f4add380568d62335d5542fffe522412715fce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 20:37:06 +0000 Subject: [PATCH] Bump wxpython from 4.2.2 to 4.2.4 Bumps [wxpython](https://github.com/wxWidgets/Phoenix) from 4.2.2 to 4.2.4. - [Release notes](https://github.com/wxWidgets/Phoenix/releases) - [Changelog](https://github.com/wxWidgets/Phoenix/blob/master/CHANGES.rst) - [Commits](https://github.com/wxWidgets/Phoenix/compare/wxPython-4.2.2...wxPython-4.2.4) --- updated-dependencies: - dependency-name: wxpython dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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..989f97e3 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'",