pi-top / pi-top-Python-SDK

pi-top's Python SDK (pitop package)
Apache License 2.0
27 stars 4 forks source link

Update gpiozero requirement from <2.0.0,>=1.6.2 to >=1.6.2,<3.0.0 #622

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 9 months ago

Updates the requirements on gpiozero to permit the latest version.

Changelog

Sourced from gpiozero's changelog.

Release 2.0 (2023-09-12)

  • Removed Python 2.x support; many thanks to Fangchen Li for a substantial amount of work on this! ([#799](https://github.com/gpiozero/gpiozero/issues/799)_ [#896](https://github.com/gpiozero/gpiozero/issues/896)_)
  • Removed RPIO pin implementation
  • Made :class:gpiozero.pins.lgpio.LGPIOFactory the default factory; the former default, :class:gpiozero.pins.rpigpio.RPiGPIOFactory, is now the second place preference
  • Added :doc:compat chapter
  • Added :program:pintest utility
  • Added Raspberry Pi 5 board data

.. _#799: gpiozero/gpiozero#799 .. _#896: gpiozero/gpiozero#896

Release 1.6.2 (2021-03-18)

  • Correct docs referring to 1.6.0 as the last version supporting Python 2

.. warning::

This is the last release to support Python 2

Release 1.6.1 (2021-03-17)

  • Fix missing font files for 7-segment displays

Release 1.6.0 (2021-03-14)

  • Added :class:RotaryEncoder class (thanks to Paulo Mateus) ([#482](https://github.com/gpiozero/gpiozero/issues/482), [#928](https://github.com/gpiozero/gpiozero/issues/928))
  • Added support for multi-segment character displays with :class:LEDCharDisplay and :class:LEDMultiCharDisplay along with "font" support using :class:LEDCharFont (thanks to Martin O'Hanlon) ([#357](https://github.com/gpiozero/gpiozero/issues/357), [#485](https://github.com/gpiozero/gpiozero/issues/485), [#488](https://github.com/gpiozero/gpiozero/issues/488), [#493](https://github.com/gpiozero/gpiozero/issues/493), [#930](https://github.com/gpiozero/gpiozero/issues/930)_)
  • Added :class:Pibrella class (thanks to Carl Monk) ([#773](https://github.com/gpiozero/gpiozero/issues/773), [#798](https://github.com/gpiozero/gpiozero/issues/798))
  • Added :class:TrafficpHat class (thanks to Ryan Walmsley) ([#845](https://github.com/gpiozero/gpiozero/issues/845), [#846](https://github.com/gpiozero/gpiozero/issues/846))
  • Added support for the lgpio_ library as a pin factory (:class:~gpiozero.pins.lgpio.LGPIOFactory) (thanks to Joan for lg) ([#927](https://github.com/gpiozero/gpiozero/issues/927)_)
  • Allow :class:Motor to pass :attr:~Device.pin_factory to its child :class:OutputDevice objects (thanks to Yisrael Dov Lebow) ([#792](https://github.com/gpiozero/gpiozero/issues/792)_)
  • Small SPI exception fix (thanks to Maksim Levental) ([#762](https://github.com/gpiozero/gpiozero/issues/762)_)
  • Warn users when using default pin factory for Servos and Distance Sensors (thanks to Sofiia Kosovan and Daniele Procida at the EuroPython sprints) ([#780](https://github.com/gpiozero/gpiozero/issues/780), [#781](https://github.com/gpiozero/gpiozero/issues/781))
  • Added :attr:~Servo.pulse_width property to :class:Servo (suggested by

... (truncated)

Commits


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 show 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)
dependabot[bot] commented 4 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.