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'", ]