labthings / python-labthings

Python implementation of LabThings, based on the Flask microframework
GNU General Public License v3.0
18 stars 2 forks source link

Bump zeroconf from 0.33.1 to 0.36.12 #293

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps zeroconf from 0.33.1 to 0.36.12.

Release notes

Sourced from zeroconf's releases.

0.36.12

  • Prevent service lookups from deadlocking if time abruptly moves backwards (#1006) @​bdraco

    The typical reason time moves backwards is via an ntp update

0.36.11

No functional changes from 0.36.10. This release corrects an error in the README.rst file that prevented the build from uploading to PyPI

0.36.10

  • scope_id is now stripped from IPv6 addresses if given (#1020) @​StevenLooman

    cpython 3.9 allows a scope_id in the ipv6 address. This caused an error with the existing code if it was not stripped

  • Optimized decoding labels from incoming packets (#1019) @​bdraco

0.36.9

  • Ensure ServiceInfo orders newest addresses first (#1012) @​bdraco

    This change effectively restored the behavior before 1s cache flush expire behavior described in rfc6762 section 10.2 was added for callers that rely on this.

0.36.8

  • Fixed ServiceBrowser infinite loop when zeroconf is closed before it is canceled (#1008) @​bdraco

0.36.7

0.36.6

0.36.5

  • Reduced memory usage for incoming and outgoing packets (#987) @​bdraco

0.36.4

0.36.3

0.36.2

0.36.1

  • Skip goodbye packets for addresses when there is another service registered with the same name (#968) @​bdraco

    If a ServiceInfo that used the same server name as another ServiceInfo

... (truncated)

Commits
  • 8b0dc48 Bump version: 0.36.11 → 0.36.12
  • 51bf364 Update changelog for 0.36.12 (#1027)
  • 3c70808 Account for intricacies of floating-point arithmetic in service browser tests...
  • 38380a5 Prevent service lookups from deadlocking if time abruptly moves backwards (#1...
  • 3d8f50d Bump version: 0.36.10 → 0.36.11
  • 69a9b8e Update changelog for 0.36.11 (#1024)
  • c966976 Add readme check to the CI (#1023)
  • e0b340a Bump version: 0.36.9 → 0.36.10
  • 69ce817 Update changelog for 0.36.10 (#1021)
  • cd8984d Fix test failure when has_working_ipv6 generates an exception (#1022)
  • 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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #293 (8c23944) into master (e2b3b3b) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #293   +/-   ##
=======================================
  Coverage   91.24%   91.24%           
=======================================
  Files          41       41           
  Lines        1861     1861           
  Branches      294      294           
=======================================
  Hits         1698     1698           
  Misses        105      105           
  Partials       58       58           
Flag Coverage Δ
unittests 91.24% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e2b3b3b...8c23944. Read the comment docs.

dependabot[bot] commented 2 years ago

Superseded by #296.