Kane610 / aiounifi

Asynchronous library to communicate with Unifi Controller
MIT License
59 stars 51 forks source link

Bump segno from 1.5.2 to 1.5.3 #515

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps segno from 1.5.2 to 1.5.3.

Release notes

Sourced from segno's releases.

1.5.3

  • Merged [PR #124](heuer/segno#124) implemented by missionfloyd: Remove the trailing dot of latitude/longitude information.
  • Merged [PR #125](heuer/segno#125) implemented by missionfloyd: More lenient check how to interpret empty or false values in vCard and MeCard.
  • Internal changes: Made writers module independent of internal version constants, they operate upon a matrix of a given size and know nothing about the QR Code version (i.e. QR Code vs. Micro QR Code). These changes are backwards incompatible but the writers module does not belong to the public API anyway.
  • Dropped testing against PyPy2
  • Changed default Python test version to 3.11 (2.7 is still supported)
  • Support for Python 2.7 will be dropped in the next version of Segno because it is no longer possible to run automatic tests against Python 2.x.
  • Removed deprecated statements from setup.cfg (#127 thanks for the hint, Gene)
  • Updated example to Pillow 10 API #128, again thanks to Gene)
Changelog

Sourced from segno's changelog.

1.5.3 -- 2023-10-25

  • Merged PR [#124](https://github.com/heuer/segno/issues/124) <https://github.com/heuer/segno/pull/124>_ implemented by missionfloyd <https://github.com/missionfloyd>_: Remove the trailing dot of latitude/longitude information.
  • Merged PR [#125](https://github.com/heuer/segno/issues/125) <https://github.com/heuer/segno/pull/125>_ implemented by missionfloyd <https://github.com/missionfloyd>_: More lenient check how to interpret empty or false values in vCard and MeCard.
  • Internal changes: Made writers module independent of internal version constants, they operate upon a matrix of a given size and know nothing about the QR Code version (i.e. QR Code vs. Micro QR Code). These changes are backwards incompatible but the writers module does not belong to the public API anyway.
  • Dropped testing against PyPy2
  • Changed default Python test version to 3.11 (2.7 is still supported)
  • Support for Python 2.7 will be dropped in the next version of Segno because it is no longer possible to run automatic tests against Python 2.x.
  • Removed deprecated statements from setup.cfg ([#127](https://github.com/heuer/segno/issues/127) <https://github.com/heuer/segno/issues/127>_ thanks for the hint, Gene <https://github.com/gene-git>_)
  • Updated example to Pillow 10 API ([#128](https://github.com/heuer/segno/issues/128) <https://github.com/heuer/segno/issues/128>, again thanks to Gene <https://github.com/gene-git>)
Commits
  • f9617fc Merge release branch release-1.5.3
  • e6189af Preparing release 1.5.3
  • df8905b Updated docs
  • 7d5257e Updated docs
  • c5da331 Updated CHANGES
  • e3c054f Put the coverage HTML report to a nox tmp directory. This implements the old ...
  • a1adcbd Switched to more modern coverage report via PyTest
  • 05257b0 Updated CHANGES
  • 9c0c144 Make flake8 happy: Removed unused import
  • 41c97c1 Merge pull request #125 from missionfloyd/vcard
  • 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 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)