Python-homewizard-energy

Latest version: v6.3.0

Safety actively analyzes 681812 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 8

6.3.0

What's Changed
* Require multidict 6.0.5 or higher to fix build error on mac/python-3.12 by DCSBL in https://github.com/homewizard/python-homewizard-energy/pull/398
* Retry failed requests with backoff to make unstable connections less flaky by DCSBL in https://github.com/homewizard/python-homewizard-energy/pull/399
* Silence logger output of 'backoff' by DCSBL in https://github.com/homewizard/python-homewizard-energy/pull/400


**Full Changelog**: https://github.com/homewizard/python-homewizard-energy/compare/v6.2.0...v6.3.0

6.3.0beta2

What's Changed
* Silence logger output of 'backoff' by DCSBL in https://github.com/homewizard/python-homewizard-energy/pull/400


**Full Changelog**: https://github.com/homewizard/python-homewizard-energy/compare/v6.3.0-beta-1...v6.3.0-beta-2

6.3.0beta1

What's Changed
* Require multidict 6.0.5 or higher to fix build error on mac/python-3.12 by DCSBL in https://github.com/homewizard/python-homewizard-energy/pull/398
* Retry failed requests with backoff to make unstable connections less flaky by DCSBL in https://github.com/homewizard/python-homewizard-energy/pull/399


**Full Changelog**: https://github.com/homewizard/python-homewizard-energy/compare/v6.2.0...v6.3.0-beta-1

6.2.0

What's Changed
* Print host when handling request or timeout error by DCSBL in https://github.com/homewizard/python-homewizard-energy/pull/397

Dependencies
* Bump pip from 24.1.1 to 24.2 in /.github/workflows by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/390
* Bump pytest-asyncio from 0.23.7 to 0.23.8 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/391

**Full Changelog**: https://github.com/homewizard/python-homewizard-energy/compare/v6.1.1...v6.2.0

6.1.1

What's Changed
* Improve example in README.md by DCSBL in https://github.com/homewizard/python-homewizard-energy/pull/384
* Add 'Brand' to help with brand information by DCSBL in https://github.com/homewizard/python-homewizard-energy/pull/388
* (in 6.1.1) Update brand information by DCSBL in https://github.com/homewizard/python-homewizard-energy/pull/389

Dependencies
* Bump codecov/codecov-action from 4.3.0 to 4.4.1 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/364
* Bump flake8-builtins from 2.2.0 to 2.5.0 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/365
* Bump pytest-asyncio from 0.23.6 to 0.23.7 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/367
* Bump poetry from 1.8.2 to 1.8.3 in /.github/workflows by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/371
* Bump codespell from 2.2.6 to 2.3.0 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/370
* Bump bandit from 1.7.7 to 1.7.8 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/368
* Bump yamllint from 1.33.0 to 1.35.1 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/369
* Bump pytest-cov from 4.1.0 to 5.0.0 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/366
* Bump authlib from 1.3.0 to 1.3.1 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/372
* Bump urllib3 from 2.1.0 to 2.2.2 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/373
* Bump pip from 24.0 to 24.1.1 in /.github/workflows by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/374
* Bump blacken-docs from 1.16.0 to 1.18.0 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/375
* Bump pre-commit-hooks from 4.5.0 to 4.6.0 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/376
* Bump bandit from 1.7.8 to 1.7.9 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/378
* Bump pre-commit from 3.6.0 to 3.7.1 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/380
* Bump flake8-comprehensions from 3.14.0 to 3.15.0 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/379
* Bump codecov/codecov-action from 4.4.1 to 4.5.0 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/381
* Bump pyupgrade from 3.15.2 to 3.16.0 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/377
* Bump certifi from 2023.11.17 to 2024.7.4 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/382
* Bump setuptools from 69.0.2 to 70.0.0 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/387


**Full Changelog**: https://github.com/homewizard/python-homewizard-energy/compare/v6.0.0...v6.1.0
**Full Changelog**: https://github.com/homewizard/python-homewizard-energy/compare/v6.1.0...v6.1.1

6.1.0

What's Changed
* Improve example in README.md by DCSBL in https://github.com/homewizard/python-homewizard-energy/pull/384
* Add 'Brand' to help with brand information by DCSBL in https://github.com/homewizard/python-homewizard-energy/pull/388

Dependencies
* Bump codecov/codecov-action from 4.3.0 to 4.4.1 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/364
* Bump flake8-builtins from 2.2.0 to 2.5.0 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/365
* Bump pytest-asyncio from 0.23.6 to 0.23.7 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/367
* Bump poetry from 1.8.2 to 1.8.3 in /.github/workflows by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/371
* Bump codespell from 2.2.6 to 2.3.0 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/370
* Bump bandit from 1.7.7 to 1.7.8 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/368
* Bump yamllint from 1.33.0 to 1.35.1 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/369
* Bump pytest-cov from 4.1.0 to 5.0.0 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/366
* Bump authlib from 1.3.0 to 1.3.1 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/372
* Bump urllib3 from 2.1.0 to 2.2.2 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/373
* Bump pip from 24.0 to 24.1.1 in /.github/workflows by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/374
* Bump blacken-docs from 1.16.0 to 1.18.0 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/375
* Bump pre-commit-hooks from 4.5.0 to 4.6.0 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/376
* Bump bandit from 1.7.8 to 1.7.9 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/378
* Bump pre-commit from 3.6.0 to 3.7.1 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/380
* Bump flake8-comprehensions from 3.14.0 to 3.15.0 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/379
* Bump codecov/codecov-action from 4.4.1 to 4.5.0 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/381
* Bump pyupgrade from 3.15.2 to 3.16.0 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/377
* Bump certifi from 2023.11.17 to 2024.7.4 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/382
* Bump setuptools from 69.0.2 to 70.0.0 by dependabot in https://github.com/homewizard/python-homewizard-energy/pull/387


**Full Changelog**: https://github.com/homewizard/python-homewizard-energy/compare/v6.0.0...v6.1.0

Page 1 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.