klaasnicolaas / python-easyenergy

💰 Asynchronous Python client for the dynamic prices from easyEnergy
https://www.easyenergy.com/nl/energietarieven
MIT License
6 stars 2 forks source link

⬆️ Update dependency yarl to v1.14.0 #546

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
yarl 1.13.1 -> 1.14.0 age adoption passing confidence

Release Notes

aio-libs/yarl (yarl) ### [`v1.14.0`](https://redirect.github.com/aio-libs/yarl/blob/HEAD/CHANGES.rst#1140) [Compare Source](https://redirect.github.com/aio-libs/yarl/compare/v1.13.1...v1.14.0) \====== *(2024-10-08)* ## Packaging updates and notes for downstreams - Switched to using the :mod:`propcache ` package for property caching \-- by :user:`bdraco`. The :mod:`propcache ` package is derived from the property caching code in :mod:`yarl` and has been broken out to avoid maintaining it for multiple projects. *Related issues and pull requests on GitHub:* :issue:`1169`. ## Contributor-facing changes - Started testing with Hypothesis -- by :user:`webknjaz` and :user:`bdraco`. Special thanks to :user:`Zac-HD` for helping us get started with this framework. *Related issues and pull requests on GitHub:* :issue:`860`. ## Miscellaneous internal changes - Improved performance of :py:meth:`~yarl.URL.is_default_port` when no explicit port is set -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`1168`. - Improved performance of converting :class:`~yarl.URL` to a string when no explicit port is set -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`1170`. - Improved performance of the :py:meth:`~yarl.URL.origin` method -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`1175`. - Improved performance of encoding hosts -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`1176`. ***

Configuration

📅 Schedule: Branch creation - "before 6am every weekday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (f19adfa) to head (7ecb467). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #546 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 5 5 Lines 212 212 Branches 43 43 ========================================= Hits 212 212 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.