Skip to content

Update dependency aioredis to v1.3.1 - autoclosed

RenovateBot requested to merge renovate/aioredis-1-x into master

This MR contains the following updates:

Package Type Update Change
aioredis install patch ==1.3.0 -> ==1.3.1
aioredis dependencies patch 1.3.0 -> 1.3.1

Release Notes

aio-libs/aioredis-py

v1.3.1

Compare Source

Bugfixes
  • Fix transaction data decoding
    (see #​657)
  • Fix duplicate calls to pool.wait_closed() upon create_pool() exception.
    (see #​671)
Deprecations and Removals
  • Drop explicit loop requirement in API. Deprecate loop argument. Throw warning in Python 3.8+ if explicit loop is passed to methods.
    (see #​666)
Misc

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 MR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This MR has been generated by Renovate Bot.

Merge request reports