DurgNomis-drol / ha_toyota

Toyota Connected Services integration for Home Assistant.
MIT License
148 stars 29 forks source link

Bump dependencies and fix poetry dependency resolving for mytoyota 0.7.8 #128

Closed CM000n closed 1 year ago

CM000n commented 1 year ago

The version of mytoyota specified in pyproject.toml does not exist on PyPI. This means that this and all other dependencies cannot be resolved by poetry.

This PR will raise the mytoyota version to the latest PyPI version. In addition, the versions of other libs were automatically updated in this process with the help of poetry update.

The current poetry version used in the linting workflow is also quite old. I think we should go to the latest poetry version by default.

I have also re-sorted the manifest file due to the recent changes to the hassfest validation and updated the dependencies in the Validate workflow.