tomaae / WooferBot

Fully customizable visual bot for streamers
https://wooferbot.com
Other
8 stars 4 forks source link

Bump pynput from 1.4.5 to 1.7.1 #32

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps pynput from 1.4.5 to 1.7.1.

Changelog

Sourced from pynput's changelog.

v1.7.1 (2020-08-30) - Corrected release notes

  • Corrected thanks for arbitrary unicode character support for Xorg.

v1.7.0 (2020-08-30) - A new backend and many new features and bug fixes

  • Added a new uinput based keyboard backend for Linux, when no X server is availalbe.
  • Allow typing arbitrary unicode characters on Xorg backend. Thanks to gdiShun!
  • Allow overriding the automatically selected backend with an environment varaible, and added a dummy backend.
  • Added support for mouse side button on Windows. Thanks to danielkovarik!
  • Added convenience method to tap keys.
  • Allow specifying raw virtual key codes in hotkeys.
  • Improved error messages when a backend cannot be loaded.
  • Include more information in stringification of events.
  • Corrected return value of Events.get to that specified by the documentation.
  • Corrected keyboard listener not to type random characters on certain keyboard layouts.
  • Corrected errors when pressing certain keys on Windows, where the operating system reports that they are dead but no combining version exists.
  • Improved documentation.

v1.6.8 (2020-02-28) - Various fixes

  • Updated documentation.
  • Corrected lint warnings and tests.
  • Do not use internal types in argtypes for win32 functions; this renders them uncallable for other code running in the same runtime.
  • Include scan codes in events on Windows. Thanks to bhudax!
  • Correctly apply transformation to scroll event values on Windows. Thanks to DOCCA0!

v1.6.7 (2020-02-17) - Various fixes

  • Corrected infinite scrolling on macOS when providing non-integer deltas. Thanks to Iván Munsuri Ibáñez!
  • Corrected controller and listener handling of media keys on macOS. Thanks to Iván Munsuri Ibáñez!

v1.6.6 (2020-01-23) - Corrected hot key documentation

  • The code examples for the simple pynput.keyboard.HotKey now work. Thanks to jfongattw!

v1.6.5 (2020-01-08) - Corrected media key mappings

  • Corrected media key mappings on macOS. Thanks to Luis Nachtigall!

v1.6.4 (2020-01-03) - Corrected imports yet again

  • Corrected imports for keyboard Controller. Thanks to rhystedstone!
Commits
  • 3bad032 Release 1.7.1
  • 038e5a5 Updated release notes
  • a7ed34c Release 1.7.0
  • c0bb0ad Updated release notes
  • 68d6c6c Merge branch 'feature-win32-mouse-xbuttons'
  • c858b10 Handle X buttons
  • 295766a Include mouseData for button enum values
  • 4700885 Merge branch 'fixup-xorg-chars-without-keysyms'
  • 261aa89 Merge branch 'fixup-backend-import'
  • 08cf93a Map unknown unicode characters to keysyms
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
sonarcloud[bot] commented 4 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information