From 4626f870ac374a2dcdcaa81280f5d0737506fd64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 15:02:11 +0000 Subject: [PATCH] Update wxpython requirement from >=4.1.0 to >=4.2.4 Updates the requirements on [wxpython](https://github.com/wxWidgets/Phoenix) to permit the latest version. - [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.1.0...wxPython-4.2.4) --- updated-dependencies: - dependency-name: wxpython dependency-version: 4.2.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2298da6..c28c5db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "wxPython>=4.1.0", + "wxPython>=4.2.4", "six", "backports.strenum>=1.3.1; python_version<'3.11'", ]