Skip to content

Commit

Permalink
Bump wxpython from 4.2.0 to 4.2.1
Browse files Browse the repository at this point in the history
Bumps [wxpython](https://github.com/wxWidgets/Phoenix) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/wxWidgets/Phoenix/releases)
- [Changelog](https://github.com/wxWidgets/Phoenix/blob/master/CHANGES.rst)
- [Commits](wxWidgets/Phoenix@wxPython-4.2.0...wxPython-4.2.1)

---
updated-dependencies:
- dependency-name: wxpython
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 28, 2024
1 parent 175496a commit 1e93a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.1", "cryptography==42.0.2", "cffi==1.14.4"],
extras_require={"dev": ["pre-commit"]},
)

0 comments on commit 1e93a74

Please sign in to comment.