Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump paho-mqtt from 1.5.0 to 1.5.1 #47

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 21, 2020

Bumps paho-mqtt from 1.5.0 to 1.5.1.

Changelog

Sourced from paho-mqtt's changelog.

v1.5.1 - 2020x-09-22

  • Exceptions that occur in callbacks are no longer suppressed by default. They can optionally be suppressed by setting client.suppress_exceptions = True. Closes #365.
  • Fix PUBREL remaining length of > 2 not being accepted for MQTT v5 message flows. Closes #481.
  • Fix MQTT v5 properties not being sent on retried or queued messages.
  • Fix errors related to detection of MQTT v5 first connections.
  • Fix for changes related to Python 3.9.
Commits
  • 42f0b13 Bump version number and update changelog.
  • 2e69b8e Fix PUBREL remaining length of > 2 not being accepted for MQTT v5 message flows.
  • 64de050 Merge pull request #507 from ralight/exception-suppression
  • 88688d8 Exceptions that occur in callbacks are no longer suppressed by default.
  • 5a9ca61 Remove duplicate on_disconnect handling code.
  • d7592a6 Merge pull request #497 from Brishen/master
  • 11238da Use "jobs" instead of "matrix" in Travis
  • 0dfba99 Merge pull request #438 from cclauss/Python-3.7-and-3.8-again
  • e476a25 Fix typo
  • f16faf5 Allow to run tox without travis
  • 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 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 dependabot bot added the dependencies Pull requests that update a dependency file label Nov 21, 2020
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 21, 2020

Looks like paho-mqtt is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Nov 21, 2020
@dependabot dependabot bot deleted the dependabot/pip/paho-mqtt-1.5.1 branch November 21, 2020 11:25
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants