Energyzero

Latest version: v2.1.1

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

Scan your dependencies

Page 2 of 3

0.4.1

What's changed

πŸ› Bug fixes

- 71 fix issue with daylight saving time change klaasnicolaas

⬆️ Dependency updates

<details>
<summary>31 changes</summary>

- 39 Bump aiohttp from 3.8.3 to 3.8.4 dependabot
- 40 Bump pylint from 2.16.1 to 2.16.2 dependabot
- 41 Bump types-pytz from 2022.7.1.0 to 2022.7.1.1 dependabot
- 42 Bump release-drafter/release-drafter from 5.22.0 to 5.23.0 dependabot
- 43 Bump types-pytz from 2022.7.1.1 to 2022.7.1.2 dependabot
- 44 Bump pre-commit from 3.0.4 to 3.1.0 dependabot
- 45 Bump pre-commit from 3.1.0 to 3.1.1 dependabot
- 50 Bump pytest from 7.2.1 to 7.2.2 dependabot
- 51 Bump pylint from 2.16.2 to 2.16.3 dependabot
- 49 Bump ruff from 0.0.243 to 0.0.254 dependabot
- 47 Bump coverage from 6.5.0 to 7.2.1 dependabot
- 52 Bump covdefaults from 2.2.2 to 2.3.0 dependabot
- 53 Bump pylint from 2.16.3 to 2.16.4 dependabot
- 55 Bump codespell from 2.2.2 to 2.2.4 dependabot
- 54 Bump mypy from 0.991 to 1.1.1 dependabot
- 56 Bump pylint from 2.16.4 to 2.17.0 dependabot
- 57 Bump ruff from 0.0.254 to 0.0.255 dependabot
- 58 Bump ruff from 0.0.255 to 0.0.256 dependabot
- 59 Bump coverage from 7.2.1 to 7.2.2 dependabot
- 61 Bump ruff from 0.0.256 to 0.0.257 dependabot
- 62 Bump pre-commit from 3.1.1 to 3.2.0 dependabot
- 60 Bump pytest-asyncio from 0.20.3 to 0.21.0 dependabot
- 63 Bump ruff from 0.0.257 to 0.0.258 dependabot
- 64 Bump yamllint from 1.29.0 to 1.30.0 dependabot
- 67 Bump ruff from 0.0.258 to 0.0.259 dependabot
- 66 Bump actions/stale from 7 to 8 dependabot
- 65 Bump pylint from 2.17.0 to 2.17.1 dependabot
- 68 Bump types-pytz from 2022.7.1.2 to 2023.2.0.0 dependabot
- 69 Bump pytz from 2022.7.1 to 2023.2 dependabot
- 70 Bump pre-commit from 3.2.0 to 3.2.1 dependabot
- 72 Bump types-pytz from 2023.2.0.0 to 2023.2.0.1 dependabot
</details>

**Full Changelog**: https://github.com/klaasnicolaas/python-energyzero/compare/v0.4.0...v0.4.1

0.4.0

What's changed

πŸš€ Enhancements

- 17 Use freezegun for tests klaasnicolaas
- 38 General refactor/restructure of project klaasnicolaas

🧰 Maintenance

- 29 πŸŽ†Updates maintenance/license year to 2023 klaasnicolaas
- 38 General refactor/restructure of project klaasnicolaas

⬆️ Dependency updates

<details>
<summary>16 changes</summary>

- 18 Bump release-drafter/release-drafter from 5.21.1 to 5.22.0 dependabot
- 19 Bump poetry from 1.3.1 to 1.3.2 in /.github/workflows dependabot
- 22 Bump pytz from 2022.7 to 2022.7.1 dependabot
- 25 Bump gitpython from 3.1.29 to 3.1.30 dependabot
- 23 Bump types-pytz from 2022.7.0.0 to 2022.7.1.0 dependabot
- 20 Bump pylint from 2.15.9 to 2.15.10 dependabot
- 24 Bump pytest from 7.2.0 to 7.2.1 dependabot
- 21 Bump yamllint from 1.28.0 to 1.29.0 dependabot
- 26 Bump vulture from 2.6 to 2.7 dependabot
- 27 Bump blacken-docs from 1.12.1 to 1.13.0 dependabot
- 28 Bump flake8-docstrings from 1.6.0 to 1.7.0 dependabot
- 32 Bump pip from 22.3.1 to 23.0 in /.github/workflows dependabot
- 31 Bump isort from 5.11.4 to 5.12.0 dependabot
- 34 Bump pylint from 2.15.10 to 2.16.0 dependabot
- 36 Bump pylint from 2.16.0 to 2.16.1 dependabot
- 37 Bump types-cachetools from 5.2.1 to 5.3.0.0 dependabot
</details>

**Full Changelog**: https://github.com/klaasnicolaas/python-energyzero/compare/0.3.1...v0.4.0

0.3.1

What's changed

πŸ› Bug fixes

- 16 Fix issue with no gas prices in the morning klaasnicolaas

**Full Changelog**: https://github.com/klaasnicolaas/python-energyzero/compare/0.3.0...0.3.1

0.3.0

What's changed

πŸ› Bug fixes

- 14 Fix zero value != none for prices klaasnicolaas

πŸš€ Enhancements

- 13 Change to Date object as input parameter klaasnicolaas

⬆️ Dependency updates

- 12 Bump actions/stale from 6 to 7 dependabot

**Full Changelog**: https://github.com/klaasnicolaas/python-energyzero/compare/0.2.2...0.3.0

0.2.2

What's changed

πŸ› Bug fixes

- 10 Fix issue with request gas prices klaasnicolaas

**Full Changelog**: https://github.com/klaasnicolaas/python-energyzero/compare/0.2.1...0.2.2

0.2.1

What's changed

πŸš€ Enhancements

- 9 Refactor the model code klaasnicolaas

**Full Changelog**: https://github.com/klaasnicolaas/python-energyzero/compare/0.2.0...0.2.1

Page 2 of 3

Β© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.