samclane / LIFX-Control-Panel

As LIFX no longer supports their Windows 10 app, I created an open-source alternative for controlling LIFX-brand smart lights.
https://github.com/samclane/LIFX-Control-Panel
MIT License
162 stars 19 forks source link

Pin mouse to latest version 0.7.1 #104

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

This PR pins mouse to the latest release 0.7.1.

Changelog ### 0.7.1 ``` - Fixed errors and incorrect information on setup.py. - Fixed Windows segfault. - Applied pending bug fixes. ``` ### 0.7.0 ``` - [All] Fix Windows hook error (1). - [All] Add __main__ module, allowing `python -m mouse` to save and load events. ``` ### 0.6.1 ``` - [Windows] Fixed ctypes type-checking error. - [All] Misc fixes to release process. ``` ### 0.6.0 ``` - Added README and API docs. - Bump version to replace old library. ``` ### 0.0.1 ``` - Initial release, migrated from `keyboard` package. ```
Links - PyPI: https://pypi.org/project/mouse - Changelog: https://pyup.io/changelogs/mouse/ - Repo: https://github.com/boppreh/mouse