tb0hdan / meshtastic-telegram-gateway

A Telegram bot that forwards messages to and from Meshtastic devices.
Apache License 2.0
70 stars 11 forks source link

Update meshtastic requirement from ~=2.3.3 to ~=2.3.4 #254

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Updates the requirements on meshtastic to permit the latest version.

Release notes

Sourced from meshtastic's releases.

Meshtastic Python 2.3.4.post1

This version corrects an issue with 2.3.4's version requirements for the protobuf library. It should only be needed relative to 2.3.4 for those with older installations that may have too old a version of that library.

What's Changed

New Contributors

Full Changelog: https://github.com/meshtastic/python/compare/2.3.3...2.3.4.post1

Note: As in past releases, the windows binary has been removed due to an issue with being detected as malware. Additionally, the ubuntu binary is known to not work as desired on older versions that may not have the expected version of glibc. In both cases, try installing using pip instead until fixes can be made.

Commits
  • 2d4be34 disable bump for post1 version
  • 26f024d Set minimum version for protobuf to ensure presence of always_print_fields_wi...
  • 2b8348e bump version
  • 7cea3ce protobufs: v2.3.4
  • 693533a Merge pull request #538 from ianmcorvidae/organize-args
  • 157f9cd Group and organize arguments a bit more
  • e742b5c Split out connection-related args into their own function & group
  • b57d1d8 Fix up pylint from merged PR
  • 4c97866 Merge pull request #511 from flavoromission/506-show-all-module-settings
  • 8bb0cdf Merge pull request #528 from ianmcorvidae/protobufs-mypy
  • 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)