ofalvai / home-assistant-candy

Unofficial Candy/Haier appliance integration for Home Assistant
125 stars 30 forks source link

Update aiolimiter requirement from ~=1.0 to ~=1.1 #271

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on aiolimiter to permit the latest version.

Changelog

Sourced from aiolimiter's changelog.

Aiolimiter 1.1.0 (2023-05-08)

Features

  • Add __slots__ to the AsyncLimiter class, reducing memory requirements. (#85)

Deprecations and Removals

  • Dropped support for Python 3.6 (#62)

Misc

Aiolimiter 1.0.0 (2021-10-15)

Bugfixes

  • Avoid warnings on Python 3.8 and up by not passing in the loop to asyncio.wait_for(). (#46)

Aiolimiter 1.0.0b1 (2019-12-01)

Improved Documentation

  • Corrected build process to ensure CHANGELOG.md is updated on release. (#4)

Aiolimiter 1.0.0b0 (2019-11-30)

No significant changes.

Commits
  • de9709d Release v1.1.0
  • 70ee10a chore: add poetry.lock to vcs
  • 02aba0b Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 (#116)
  • a1b2ea3 ci: Fix poetry syntax properly :facepalm:
  • df86335 ci: unbreak ci pipelines, use poetry groups everywhere
  • 3a5c94b ci: clean up and simplify dependabot auto-merge
  • 1dfce27 [pre-commit.ci] pre-commit autoupdate (#115)
  • 12b9103 chore: move dev dependencies to poetry extras
  • 3aa525e ci: use 3.11 in all steps
  • 8243a68 Update pytest-asyncio requirement from ^0.20.1 to ^0.21.0 (#114)
  • 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 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 1 year ago

Codecov Report

Merging #271 (ca4fbce) into main (cf26e8d) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #271   +/-   ##
=======================================
  Coverage   37.20%   37.20%           
=======================================
  Files           7        7           
  Lines         602      602           
=======================================
  Hits          224      224           
  Misses        378      378