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 #631

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Updates the requirements on gpiozero to permit the latest version.

Changelog

Sourced from gpiozero's changelog.

Release 2.0.1 (2024-02-15)

  • Fixed Python 3.12 compatibility, and clarify that 3.9 is the lowest supported version in our CI configuration ([#1113](https://github.com/gpiozero/gpiozero/issues/1113)_)

.. _#1113: gpiozero/gpiozero#1113

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))

... (truncated)

Commits
  • a13848b Run copyrights script for release
  • 3ee415c Bump revision and add changelog for release
  • ebf8874 Fix #1113
  • fa11431 Set 3.9 as base version, fix 3.12 compatibility
  • 981e3f7 Merge pull request #1104 from lurch/patch-2
  • 0f09a5a Small docs typo
  • e59c55c Workaround rtd's ancient flag
  • 025ba5b Would help if I specified the right requirement...
  • cba887a RTD builds "old" projects with sphinx 1.8
  • 390caf6 The root doc default changed to 'contents'
  • Additional commits viewable in compare view


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)
jcapona commented 4 months ago

@dependabot ignore this major version

dependabot[bot] commented 4 months ago

OK, I won't notify you about version 2.x.x again, unless you re-open this PR.