redis-python-tutorial
redis-python-tutorial copied to clipboard
Update dependency async-timeout to v5
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| async-timeout | ==4.0.3 -> ==5.0.1 |
Release Notes
aio-libs/async-timeout (async-timeout)
v5.0.1
==================
Misc
#​423 <https://github.com/aio-libs/async-timeout/issues/423>_
v5.0.0
==================
Features
- Make
asyncio_timeoutfully compatible with the standardasyncio.Timeoutbut keep backward compatibility with existingasyncio_timeout.TimeoutAPI. (#​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 theTowncrier philosophyhas been fixed. (#​388 <https://github.com/aio-libs/async-timeout/issues/388>_)
Deprecations and Removals
- Drop deprecated sync context manager support, use
async with timeout(...): ...instead. (#​421 <https://github.com/aio-libs/async-timeout/issues/421>_)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.