Skip to content

deps(pip): bump evdev from 1.9.3 to 2.0.0 - #56

Merged
rennerdo30 merged 1 commit into
masterfrom
dependabot/pip/evdev-2.0.0
Sep 5, 2026
Merged

deps(pip): bump evdev from 1.9.3 to 2.0.0#56
rennerdo30 merged 1 commit into
masterfrom
dependabot/pip/evdev-2.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps evdev from 1.9.3 to 2.0.0.

Changelog

Sourced from evdev's changelog.

2.0.0 (Aug 23, 2026)

  • upload_effect() now writes the generated effect id back to the effect struct. This can be controlled with the writeback_id argument (:issue:250)::

    effect = Effect(id=-1, ...) dev.upload_effect(effect) 1 effect.id 1

    effect = Effect(id=-1, ...) dev.upload_effect(effect, writeback_id=False) 1 effect.id -1

  • Add the readonly parameter to InputDevice, which opens the device without attempting O_RDWR first, avoiding firmware side-effects on some hardware (:pr:251).

  • Add the writable parameter to list_devices() and is_device() (:pr:251).

  • Support for Python free-threaded mode (:pr:257).

  • Fix asyncio deprecations: use asyncio.get_running_loop() instead of asyncio.get_event_loop() and loop.create_future() instead of asyncio.Future() (:pr:229).

  • Raise the minimum supported Python version to 3.11.

  • Allow UInput event types without event codes, such as EV_REP (:pr:260).

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [evdev](https://github.com/gvalkov/python-evdev) from 1.9.3 to 2.0.0.
- [Changelog](https://github.com/gvalkov/python-evdev/blob/main/docs/changelog.rst)
- [Commits](gvalkov/python-evdev@v1.9.3...v2.0.0)

---
updated-dependencies:
- dependency-name: evdev
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 31, 2026
@rennerdo30
rennerdo30 merged commit 9179c64 into master Sep 5, 2026
2 checks passed
@rennerdo30
rennerdo30 deleted the dependabot/pip/evdev-2.0.0 branch September 5, 2026 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant