Skip to content

chore(deps): update dependency async-timeout to v4 - abandoned

Oleg A. requested to merge renovate/async-timeout-4.x into master

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
async-timeout ==3.0.1 -> ==4.0.2 age adoption passing confidence

Release Notes

aio-libs/async-timeout

v4.0.2

Compare Source

==================

Misc

  • #&#8203;259 <https://github.com/aio-libs/async-timeout/issues/259>*, #&#8203;274 <https://github.com/aio-libs/async-timeout/issues/274>*

v4.0.1

Compare Source

==================

  • Fix regression:

    1. Don't raise TimeoutError from timeout object that doesn't enter into async context manager

    2. Use call_soon() for raising TimeoutError if deadline is reached on entering into async context manager

    (#​258)

  • Make Timeout class available in __all__.

v4.0.0

Compare Source

==================

  • Implemented timeout_at(deadline) (#​117)

  • Supported timeout.deadline and timeout.expired properties.

  • Dropped timeout.remaining property: it can be calculated as timeout.deadline - loop.time()

  • Dropped timeout.timeout property that returns a relative timeout based on the timeout object creation time; the absolute timeout.deadline should be used instead.

  • Added the deadline modification methods: timeout.reject(), timeout.shift(delay), timeout.update(deadline).

  • Deprecated synchronous context manager usage


Configuration

📅 Schedule: At any time (no schedule defined).

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

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

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


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by Oleg A.

Merge request reports