Mytoyota

Latest version: v2.1.2

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

Scan your dependencies

Page 3 of 7

0.9.3

- Update github actions and fix codecov DurgNomis-drol (241)

⚠ Breaking changes

- Bump actions/checkout from 3 to 4 dependabot (237)

🔧 Code enhancements

- Fix "setup Connected Services Error" due to latest API Changes CM000n (240)

🧱 Dependency Updates

- Bump isort from 5.11.4 to 5.11.5 dependabot (218)
- Bump abatilo/actions-poetry from 2.2.0 to 2.3.0 dependabot (220)
- Bump JRubics/poetry-publish from 1.16 to 1.17 dependabot (227)
- Bump codespell from 2.2.2 to 2.2.5 dependabot (230)
- Bump flake8-comprehensions from 3.10.1 to 3.13.0 dependabot (229)
- Bump pytest from 7.2.0 to 7.4.0 dependabot (231)
- Bump black from 22.12.0 to 23.3.0 dependabot (224)
- Bump actions/checkout from 3 to 4 dependabot (237)

0.9.2

🚀 Features

- Added support for Lexus tibor19 (232)

🔧 Code enhancements

- Convert too long line of User-Agent into shorter python code joro75 (209)
- Include a pre-commit check to determine if the poetry.lock file is up to date joro75 (211)

📄 Documentation

- Include more references that only the 'europe' region is supported joro75 (208)

🧱 Dependency Updates

- Bump abatilo/actions-poetry from 2.1.6 to 2.2.0 dependabot (203)
- Bump JRubics/poetry-publish from 1.13 to 1.15 dependabot (200)
- Bump pre-commit from 2.20.0 to 2.21.0 dependabot (214)
- Bump isort from 5.10.1 to 5.11.4 dependabot (213)
- Bump JRubics/poetry-publish from 1.15 to 1.16 dependabot (216)
- Bump httpx from 0.23.1 to 0.23.3 dependabot (215)

0.9.1

🐛 Bug Fixes
- Add User-agent string to base headers DurgNomis-drol (https://github.com/DurgNomis-drol/mytoyota/pull/205)

A huge thanks goes to Iture for finding out what needed to be done. 🚀


v0.7.8-hotfix
🐛 Bug Fixes
- Add User-agent string to base headers DurgNomis-drol (https://github.com/DurgNomis-drol/mytoyota/pull/205)

A huge thanks goes to Iture for finding out what need to be done. 🚀

0.9.0

🚀 Features

- Add retrieval of detailed information of individual trips apmechev (188)
- Add lock and unlock functions apmechev (190)

🔧 Code enhancements

- add additional lock/unlock tests apmechev (197)

📄 Documentation

- Fix typing error of battery\_level in README.md joro75 (164)

🧱 Dependency Updates

- Bump actions/checkout from 2 to 3 dependabot (150)
- Bump actions/setup-python from 2 to 3.1.0 dependabot (160)
- Bump codecov/codecov-action from 2 to 3 dependabot (165)
- Bump pre-commit from 2.17.0 to 2.19.0 dependabot (168)
- Bump pylint from 2.12.2 to 2.13.8 dependabot (169)
- Bump httpx from 0.22.0 to 0.23.0 dependabot (175)
- Bump pre-commit from 2.19.0 to 2.20.0 dependabot (179)
- Bump abatilo/actions-poetry from 2.1.4 to 2.1.5 dependabot (177)
- Bump JRubics/poetry-publish from 1.10 to 1.11 dependabot (173)
- Bump flake8-comprehensions from 3.8.0 to 3.10.0 dependabot (174)
- Bump pylint from 2.13.8 to 2.13.9 dependabot (171)
- Bump actions/setup-python from 3 to 4 dependabot (176)
- Bump JRubics/poetry-publish from 1.11 to 1.12 dependabot (180)
- Bump JRubics/poetry-publish from 1.12 to 1.13 dependabot (185)
- Bump codespell from 2.1.0 to 2.2.1 dependabot (182)
- Bump abatilo/actions-poetry from 2.1.5 to 2.1.6 dependabot (183)
- Update to latest pre-commit joro75 (195)
- Update poetry.lock file to update dependency versions to resolve Dependabot PR's joro75 (196)

0.8.1

⚠ Breaking changes

- Include year and week as integers in statistical bucket data joro75 (145)

🔧 Code enhancements

- Add more unittests for untested lines of code joro75 (142)
- Exclude a few lines from coverage joro75 (143)
- update linting workflow to include coverage reporting to codecov.io joro75 (146)
- Add more detailed unittests for statistics joro75 (138)
- Create codecov.yml configuration file to relax approving PR joro75 (147)
- Use latest APP version DurgNomis-drol (153)
- Adjust GitHub workflows to also run for v0.7 branch joro75 (155)

🐛 Bug Fixes

- Do not use arrow/datetime.strptime to prevent embedded python exception joro75 (141)
- New header is now required for accessing some data DurgNomis-drol (151)
- Disable the tests that fail to get the statistics on the begin of the week joro75 (154)

📄 Documentation

- Remove screenshot related question from issue template joro75 (140)

🧱 Dependency Updates

- Reduce specific version of release-drafter to 5.\*.\* joro75 (137)

0.8.0

⚠ Breaking changes

Below PR changes how you would access the vehicle object that you get when calling `get_vehicle_status()`. It was a mess before hand (Mostly do to me being a very inexperienced dev when I wrote most of this). Please see the models folder to understand how you now can access the data you need.

Also, `get_vehicle_status_json()` is now also removed. If there is a need, this can be implemented again, but I would recommend accessing data through the `Vehicle` object instead.

A huge thanks goes out to joro75 for reviewing a rather big PR to make this change. This will be a big step onto releasing version `1.0`. 🚀

- Rewrite to use models instead DurgNomis-drol (126)

🔧 Code enhancements

- Use 'da-dk' and 'europe' as the default locale and region joro75 (127)
- Add \_\_version\_\_ to \_\_init\_\_ DurgNomis-drol (133)
- Code tweaks and minor refactoring of the rest DurgNomis-drol (134)

🧱 Dependency Updates

- Bump release-drafter/release-drafter from 5.15.0 to 5.17.5 dependabot (121)
- Bump flake8-comprehensions from 3.7.0 to 3.8.0 dependabot (122)
- Bump release-drafter/release-drafter from 5.17.5 to 5.17.6 dependabot (124)
- Bump pre-commit from 2.16.0 to 2.17.0 dependabot (125)
- Bump JRubics/poetry-publish from 1.9 to 1.10 dependabot (130)

Page 3 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.