trim21 / transmission-rpc

https://transmission-rpc.readthedocs.io/en/stable/
MIT License
146 stars 34 forks source link

chore(deps): update dependency yarl to v1.13.1 - autoclosed #495

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.11.1 -> ==1.13.1 age adoption passing confidence

Release Notes

aio-libs/yarl (yarl) ### [`v1.13.1`](https://redirect.github.com/aio-libs/yarl/blob/HEAD/CHANGES.rst#1131) [Compare Source](https://redirect.github.com/aio-libs/yarl/compare/v1.13.0...v1.13.1) \====== *(2024-09-27)* ## Miscellaneous internal changes - Improved performance of calling :py:meth:`~yarl.URL.build` with `authority` -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`1163`. *** ### [`v1.13.0`](https://redirect.github.com/aio-libs/yarl/blob/HEAD/CHANGES.rst#1130) [Compare Source](https://redirect.github.com/aio-libs/yarl/compare/v1.12.1...v1.13.0) \====== *(2024-09-26)* ## Bug fixes - Started rejecting ASCII hostnames with invalid characters. For host strings that look like authority strings, the exception message includes advice on what to do instead -- by :user:`mjpieters`. *Related issues and pull requests on GitHub:* :issue:`880`, :issue:`954`. - Fixed IPv6 addresses missing brackets when the :class:`~yarl.URL` was converted to a string -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`1157`, :issue:`1158`. ## Features - Added :attr:`~yarl.URL.host_subcomponent` which returns the :rfc:`3986#section-3.2.2` host subcomponent -- by :user:`bdraco`. The only current practical difference between :attr:`~yarl.URL.raw_host` and :attr:`~yarl.URL.host_subcomponent` is that IPv6 addresses are returned bracketed. *Related issues and pull requests on GitHub:* :issue:`1159`. *** ### [`v1.12.1`](https://redirect.github.com/aio-libs/yarl/blob/HEAD/CHANGES.rst#1121) [Compare Source](https://redirect.github.com/aio-libs/yarl/compare/v1.12.0...v1.12.1) \====== *(2024-09-23)* No significant changes. *** ### [`v1.12.0`](https://redirect.github.com/aio-libs/yarl/blob/HEAD/CHANGES.rst#1120) [Compare Source](https://redirect.github.com/aio-libs/yarl/compare/v1.11.1...v1.12.0) \====== *(2024-09-23)* ## Features - Added :attr:`~yarl.URL.path_safe` to be able to fetch the path without `%2F` and `%25` decoded -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`1150`. ## Removals and backward incompatible breaking changes - Restore decoding `%2F` (`/`) in `URL.path` -- by :user:`bdraco`. This change restored the behavior before :issue:`1057`. *Related issues and pull requests on GitHub:* :issue:`1151`. ## Miscellaneous internal changes - Improved performance of processing paths -- by :user:`bdraco`. *Related issues and pull requests on GitHub:* :issue:`1143`. ***

Configuration

📅 Schedule: Branch creation - "on the 1st day of the month" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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 77.62%. Comparing base (a672599) to head (0e3f901). Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #495 +/- ## ======================================= Coverage 77.62% 77.62% ======================================= Files 14 14 Lines 1506 1506 ======================================= Hits 1169 1169 Misses 337 337 ``` | [Flag](https://app.codecov.io/gh/trim21/transmission-rpc/pull/495/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Trim21) | Coverage Δ | | |---|---|---| | [3.10](https://app.codecov.io/gh/trim21/transmission-rpc/pull/495/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Trim21) | `77.62% <ø> (ø)` | | | [3.11](https://app.codecov.io/gh/trim21/transmission-rpc/pull/495/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Trim21) | `77.62% <ø> (ø)` | | | [3.12](https://app.codecov.io/gh/trim21/transmission-rpc/pull/495/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Trim21) | `77.62% <ø> (ø)` | | | [3.8](https://app.codecov.io/gh/trim21/transmission-rpc/pull/495/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Trim21) | `77.42% <ø> (ø)` | | | [3.9](https://app.codecov.io/gh/trim21/transmission-rpc/pull/495/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Trim21) | `77.42% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Trim21#carryforward-flags-in-the-pull-request-comment) to find out more.

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