From f9bbafb59c57bd6558446c427c49d751d2cfef1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 20:26:27 +0000 Subject: [PATCH] Bump wxpython from 4.2.0 to 4.2.2 Bumps [wxpython](https://github.com/wxWidgets/Phoenix) from 4.2.0 to 4.2.2. - [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.0...wxPython-4.2.2) --- updated-dependencies: - dependency-name: wxpython 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 e38c374..583e436 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,6 @@ def get_version(rel_path): include_package_data=True, zip_safe=True, license="MIT", - install_requires=["wxPython==4.2.0", "cryptography==42.0.2", "cffi==1.14.4"], + install_requires=["wxPython==4.2.2", "cryptography==42.0.2", "cffi==1.14.4"], extras_require={"dev": ["pre-commit"]}, )