Skip to content

Update dependency async-timeout to v5#5

Open
reimu-renovate[bot] wants to merge 1 commit intomainfrom
renovate/async-timeout-5.x
Open

Update dependency async-timeout to v5#5
reimu-renovate[bot] wants to merge 1 commit intomainfrom
renovate/async-timeout-5.x

Conversation

@reimu-renovate
Copy link
Contributor

This PR contains the following updates:

Package Update Change
async-timeout major ==3.0.1 -> ==5.0.1

Release Notes

aio-libs/async-timeout (async-timeout)

v5.0.1

Compare Source

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

Misc

  • #&#8203;423 <https://github.com/aio-libs/async-timeout/issues/423>_

v5.0.0

Compare Source

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

Features

  • Make asyncio_timeout fully compatible with the standard asyncio.Timeout but keep backward compatibility with existing asyncio_timeout.Timeout API. (#&#8203;422 <https://github.com/aio-libs/async-timeout/issues/422>_)

Improved Documentation

  • On the CHANGES/README.rst <https://github.com/aio-libs/async-timeout/tree/master/CHANGES/README.rst>_ page,
    a link to the Towncrier philosophy has been fixed. (#&#8203;388 <https://github.com/aio-libs/async-timeout/issues/388>_)

Deprecations and Removals

  • Drop deprecated sync context manager support, use async with timeout(...): ... instead. (#&#8203;421 <https://github.com/aio-libs/async-timeout/issues/421>_)

v4.0.3

Compare Source

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

  • Fixed compatibility with asyncio.timeout() on Python 3.11+.
  • Added support for Python 3.11.
  • Dropped support for Python 3.6.

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: Branch creation - "* 0-23 * * *" (UTC), 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.

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@reimu-renovate reimu-renovate bot changed the title Update dependency async-timeout to v5 Update dependency async-timeout to v5 - autoclosed Jan 18, 2026
@reimu-renovate reimu-renovate bot closed this Jan 18, 2026
@reimu-renovate reimu-renovate bot deleted the renovate/async-timeout-5.x branch January 18, 2026 08:07
@reimu-renovate reimu-renovate bot changed the title Update dependency async-timeout to v5 - autoclosed Update dependency async-timeout to v5 Jan 18, 2026
@reimu-renovate reimu-renovate bot reopened this Jan 18, 2026
@reimu-renovate reimu-renovate bot force-pushed the renovate/async-timeout-5.x branch from 237e35e to 7faac9c Compare January 18, 2026 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants